@charset "utf-8";
/* CSS Document */

body { 
	background-image:url(../images/bg.jpg) ;
	background-repeat:repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.9em;
	}

#wrapper {
	margin: 0px auto;
	width: 1024px;
	background-color:#FFFFFF;
	border: 3px solid #FFFFFF;	
}

#header {
	background-image: url(../images/charles-colman-header-bg.jpg);
	width:1024px;
	height:150px;
	margin-top:0px;
}

#right-col {
	float: right;
	width: 278px;
	height:600px;
	background-image:url(../images/charles-colman-right-col-bg.jpg);
	background-repeat:no-repeat;
	margin-top:-1px;
}

#menu {
	float: left;
	width: 200px;
	padding-left:5px;
	padding-top:5px;
 	color: #A82DA8;
	font-weight:bold;
	
	
	}
#menu ul { 
	list-style-type:none; 
	padding:0;
	margin:0;
	line-height:1.9em;
} 

#menu li { 
	list-style-type:none; 
	padding:0;
	margin:0;
}

#menu a {
	text-decoration: none; 
	color: #A82DA8;
}


#menu a:hover {
	text-decoration: none; 
	color: #E10BB7;
}


.content { width:200px;
	margin-top:0px;
	float: left;
	width: 535px;
	color: #666699;
}

.content  a:link { 

color:#990099;
text-decoration: underline;
text-underline-style: dotted;

}
	 


.content  a:visited {
	 
}

.content  a:hover{
color:#990099;
text-decoration: underline;
text-underline-style: dotted;

}



#item { 
	 
 height:190px;
	width: 535px;
	clear:both;

	 
}


/* For IE */
#footer {
	clear: both;

	/*padding-left:4px;
	padding-right:4px;

	font-size:0.7em;
	height: 20px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;*/
	
	margin: 0px auto;
	width: 1014px;
	background-color:#FFFFFF;
	border: 3px solid #FFFFFF;	
}


/* For all other browsers */
html>body #footer {
	clear: both;
	margin-top:2px;
	padding-left:4px;
	padding-right:4px;
	
	font-size:0.7em;
	height: 20px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

/* For IE */
html>body #quintdown {
	width: 300px;
	float: right;
	padding-top:2px;
	padding-left: 2px;
	padding-right:5px;
	text-align:right;
	clear:both;

}
/* For all other browsers */
html>body #quintdown {
	width: 300px;
	float: right;
	padding-top:2px;
	padding-left: 2px;
	padding-right:5px;
	text-align:right;
	clear:both;

}


#quintdown a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;
	text-decoration: none;
}
#quintdown a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#quintdown a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6699;
	text-decoration: none;
}

#copyright {
padding-top:3px;
	width: 300px;
	float: left;

}

#logos {

margin-top:450px;
width: 300px;
 
text-align:center;


}

.heading-purple {
	color:93278F; 
	font-weight:bold;
 
}


.bold {
font-weight:bold;
}


#photo {

background-image:url(../images/photo-bg.jpg);
background-repeat:no-repeat;
width:217px;
height:175px;
float:left;
padding-top:6px;
padding-left:7px;
}

.clearboth {
clear:both;
}
