/* Start of CMSMS style sheet 'boots_style' */
/* CSS Document */
html {
border-top:0px solid #b75b1d;
font-size:90%;
}

body{
padding: 0;
font-family:"Times New Roman", Times, serif;
font-size:1em;
line-height:130%;
color: #fff;
font-style:italic;
background-color: #000;
}

h1 {
font-family:Papyrus, Arial,'Trebuchet MS', Verdana, Helvetica; 
font-size:1.5em;
font-weight:bold; 
color: #ead080;
text-decoration:none;
padding-left:0px;
padding-top:20px;
}

h2 { 
font-family:Papyrus, Arial,'Trebuchet MS', Verdana, Helvetica; 
font-size:1.5em;
font-weight:bold; 
color: #ead080;
text-decoration:none;
padding-top:20px;
} 

.clear {
clear: both;
}

img {
border:none;
}

#wrapper {
margin:0 auto;
background-color:#000;
width:1100px;
height:100%;
border:1px solid #fff;
}



#banner h1 a {
/* you can set your own image here */
background: #000 url(images/website_banner.jpg) no-repeat 0 12px; 
display: block;
margin-top:20px;
margin-left:40px;
margin-right:40px;
width:1020px;
height: 240px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


#left {
	float:left;
	width:178px;
	margin-left:40px;
	margin-top:20px;
	padding-top:20px;
	padding-right:10px;
	text-align:right;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	height:100%;
}

#right {
	float:right;
	width:830px;
	padding-left:0;
	padding-top:4px;
             margin-right:0;
             margin-top:25px;
             margin-left:30px;
}

#right p {
width:95%;
font-style:italic;

}

ul li  { 
font-family:Papyrus, Arial,'Trebuchet MS', Verdana, Helvetica;
list-style-type:none;
line-height:180%;
font-size:1.2em;
display:block;
} 


a:link { 
color:#fff; 
text-decoration: none; 
font-weight:normal;
} 

a:visited { 
color:#fff; 
text-decoration:none; 
font-weight:normal; 
} 

a:hover { 
color:#ead080; 
font-weight: normal; 
text-decoration: none; 
} 

a:active { 
color:#ead080; 
font-weight:normal; 
}

a:current {
color:#ead080;
text-decoration: none;
font-weight:normal;
}

#right a:link { 
color:#f4e2aa; 
text-decoration: none; 
font-weight:normal;

} 

#right a:visited { 
color:#f4e2aa; 
text-decoration: none; 
font-weight:normal; 
} 

#right a:hover { 
color:#f4e2aa; 
font-weight: normal; 
text-decoration: underline; 
} 

#footer {
clear:both;
 width:685px;
 margin:0 auto;
 text-align: center;
 height:60px;
 padding-top:25px;
padding-bottom:10px;
 color:#fff;
 font-size:0.9em;
}
#footer a {
color: #faf0af;
text-decoration:underline;
}

.designer {
color:#fff;
font-size:0.85em;
}
.designer a {
color:#faf0af;
}
/* End of 'boots_style' */

