/*ELEMENTS*/
a {
	color:#b51d05;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}	
a:visited {
	color:#fe7518;
	}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto;
	padding:0px;
	background-color:#cec1b1;
	color:#707070;
	table-layout: fixed;
	text-align:center;
	}
form {
	margin:0px;
	padding:0px;
	}
h1 {
	margin:0px;
	padding:0px;
	}	
h2 {
	margin:0px;
	padding:0px;
	}		
img {
	border:0px;
	margin:0px;
	}		

	

/*IDs*/

#container{
	width:758px;
	background-color:#ffffff;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/mainBackground.gif);
	background-repeat:repeat-y;
	}
	

#footer{
	clear:both;
	font-size:10px;
	width:100%;
	height:34px;
	text-indent:9px;
	background-color:#25221b;
	}
#footer p{
	color:#a19e89;
	padding:10px 0px 0px 0px;
	margin:0px;
	text-align:center;
	}
#footer p a{
	color:#a19e89;
	padding:0px 4px 0px 4px;
	}	

#header {
	height:70px;
	background-color:#60797e;
	}
#header h1{	
	color:#FFFFFF;
	font-size:16px;
	font-weight:400;
	padding-top:35px;
	padding-left:21px;
	}	

#leftColumn {
	float:left;
	width:234px;
	border-right:3px solid #dedede;
	background-color:#837666;
	background-image:url(../images/leftNavBack.gif);
	background-repeat:repeat-x;
	padding-bottom:20px;
	}	
#leftColumn h1 {
	height:168px;
	width:234px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	background-image:url(../images/MSI_logo.gif);
	background-repeat:no-repeat;
	}
#leftColumn h1 span{
	margin-left:-999px;
	}			
#leftColumn p {
	clear:left;
	float:left;
	width:100%;
	padding-left:38px;
	padding-right:38px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:10px;
	margin:0px;
	}	
		
#leftNav {
	float:left;
	position:relative;
	left:32px;
	margin:0px;
	width:168px;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #7c7c7c;
	border-right:1px solid #7c7c7c;
	}		
#leftNav a {
	float:left;
	display:block;
	width:149px;
	*width:168px;
	border-bottom:1px solid #7c7c7c;
	text-transform:uppercase;
	background-image:url(../images/leftNavButtonBack.gif);
	background-repeat:repeat-x;
	color:#5f5e5e;
	font-weight:bold;
	padding-left:19px;
	padding-top:5px;
	}	
#leftNav a:hover {
	color:#000000;
	text-decoration:none;
	}

#leftSubNav {
	font-size:11px;
	}
#leftSubNav a {
	float:left;
	display:block;
	width:149px;
	*width:168px;
	background-image:none;
	background-color:#60797e;
	color:#CCCCCC;
	text-transform:capitalize;
	border:0px;
	padding-top:3px;
	padding-bottom:3px;
	}	
	
#leftSubSubNav a{
	float:left;
	display:block;
	height:12px;
	width:139px;
	*width:168px;
	background-image:none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;
	}	

	
#flashHeader	{
	width:518px;
	height:283px;
	border-right:3px solid #dedede;
	border-bottom:3px solid #dedede;
	float:left;
	}

#mainBody {
	width:478px;
	float:left;
	padding:18px 20px 18px 20px ;
	}

#wrapper {
	float:right;
	background-position:0px 50px;
	width:521px;
	min-height:411px;
	*height:411px;
	/* background-image:url(../images/background.jpg); */
	background-repeat:no-repeat;
	}

#wrapperHome {
	float:right;
	width:521px;
	min-height:411px;
	*height:411px;
	background-image:url(../images/homeStripes.gif);
	background-repeat:repeat;
	}
