/* CSS Document */

/* ----------------------------------------------------- 
	Project Name: Miss New Mexico
	Created Date: 03/12/2008
	Version: 1.0.0
	Copyrights:  copyright 2008. Sonisa Managed Communications
-------------------------------------------------------*/

			
/***********************************
	General CSS
************************************/

html, body{ font-family:Tahoma, Verdana, Arial; font-size:11px; color:#000; background-color:#ffffff; margin:0px 0px 0px 0px;
			line-height:18px; text-align:center; }
img{ border:0px; }

a:link { color:#ebebeb; font-weight:bold; }

.content { font-family:Verdana, Tahoma, Arial; font-size: 13px;}
.header { font-family:Verdana, Tahoma, Arial; font-size: 15px; color:#3f1231; }

/***********************************
	Main Layout CSS
************************************/

#outer {margin:0px; width: 100%; height:100%; }
#outer #holder { width:100%; height:615px; }
#outer #holder #main { width:100%; }

#outer #holder #main #header { width:900px; height:170px; background-image:url(../Images/Header.jpg); background-repeat:no-repeat; background-color:#fff; margin:0px auto; padding-top:22px; text-align:center; border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff;  }

#outer #Footer { text-align:right; font-family:Arial; font-size:10px; font-weight:normal; text-decoration:none; vertical-align:top; padding:5px 5px 5px 0px; margin:0px auto; margin-top:0px; width:875px; height:50px; clear:both; }
#outer #Footer a:link{ color:#808080; text-decoration:none; }
#outer #Footer a:visited{ color:#808080; text-decoration:none; }
#outer #Footer a:hover{ color:#808080; text-decoration:underline; }