/* Import External Sheets*/
@import "nav.css";
@import "home.css";

/* IE Png Fix */
img, div { behavior: url(iepngfix.htc) }

/* 
Color Codes
-----------------------------
Text					#d2d9d1
Bkg Color			#1e2120
Dashes				#353837
Titles					#5a584c
Rollover				#af8827
-----------------------------
*/

/*Link Elements*/

a:link, a:visited, a:active {
font: normal 12px/16px "trebuchet ms", tahoma, arial, verdana, sans-serif;
color:#5a584c;
text-align:left;
text-decoration:underline;
}

a:hover {
font: normal 12px/16px "trebuchet ms", tahoma, arial, verdana, sans-serif;
color:#af8827;
text-align:left;
text-decoration:underline;
}

/*-------------------------------------------------------------------------*/


/*Global Elements*/

body{
margin:0;
padding:0;
width:auto;
height:auto;
background:#1e2120;
font: normal 12px/16px "trebuchet ms", tahoma, arial, verdana, sans-serif;
color:#d2d9d1;
text-align:left;
}

.h1{
	font: normal 18px/24px "trebuchet ms", tahoma, arial, verdana, sans-serif;
	color:#5a584c;
	text-align:left;
	font-variant: all-caps;
}

.h2{
font: normal 12px/18px "trebuchet ms", tahoma, arial, verdana, sans-serif;
color:#5a584c;
text-align:left;
}
.h3{
font: normal 12px/18px "trebuchet ms", tahoma, arial, verdana, sans-serif;
color:#af8827;
text-align:left;
}

#m_con{
margin:0 auto 0 auto;
padding:0;
width:700px;
height:auto;
}

.h_home{
margin:0;
padding:0 0 10px 0;
width:485px;
height:244px;

}
.t_home{
margin:0;
padding:0 0 10px 0;
width:485px;
height:204px;

}
.v_cel {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #232323;
	border-left-color: #232323;
	
	height:14px;
	margin: 0;
	padding:0;
	
}
