/* CSS Document */

body, html {
	background-color: #d8caa8;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
#container {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	width: 786px;
	height: 128px;
	background-image:url(images/charisma.gif);
}
#rotate {
	width: 756px;
	height: 152px;
	margin-left:auto;
	margin-right:auto;
}
#nav {
	width: 217px;
}
#content {
	width: 786px;
	height:100%;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
#left{
	width:217px;
	padding-left:18px;
	float:left;
}
#right {
	width:493px;
	float:right;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:15px;
}
a:link, a:visited {
	color:#890000;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active{
	color:#890000;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}
#footer {
	width: 741px;
	background-image:url(images/footer.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:20px;
	padding-right:25px;
	color:#d8caa8;
	font-weight:normal;
	font-size:10px;

}
#footer a:link, #footer a:visited {
	color:#d8caa8;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover, #footer a:active{
	color:#d8caa8;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}
#bottom {
	width: 786px;
	height:25px;
}
.photo {
	border: 2px solid #233424;
	margin: 10px;
}
ul {
 list-style-image: url(images/bullet.gif)
}
ul#social {
	padding: 0;
	margin: 0;
}
ul#social li {
	list-style: none !important;
	float: left;
	margin: 10px 40px 0 0;
}
.clear { clear: both; }