* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(images/stripe.png) repeat;
}

p, li {
	font: 1.5em/1.8em Tahoma, sans-serif, bold;
	margin-bottom: 10px;
}

h1 {
	font: 3.0em Tahoma, sans-serif, bold;
	color: #990000;
	height: 0px;
}

h2 {
	font: 2.2em Tahoma, sans-serif, bold;
	color: black;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}


a:link { color: #FECD09; text-decoration: none;}
a:visited {color: #FECD09; text-decoration: none; }
a:hover { color: #FFFFFF; font-style:italic; font-weight: bold; text-decoration: underline overline;}
a:active { color: #FFCC00; text-decoration: none;} 




#page-wrap {
	background: #cccccc;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: url(images/spm.gif) repeat-y white;
	padding-left: 230px;
	padding-top: 20px;
}
	
#header {
	background: #990000;
	text-align: center;
}
	
#left-sidebar {
	width: 150px;
	background-color:#990000;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}



#CC2301004 { 
width:500px;
padding-left:25%;

}



#footer {
	background: #990000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	
}


#image1-main {
width:224px;
height:300px;
float:right;
padding-right:25px;
padding-left:10px;

}

