body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	color: #000;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

img { border: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 { font-size: 18px; color: #000; }
h2 { font-size: 14px; color: #D527DE; }

p {line-height: 20px; }
.listy { line-height: 20px; }
.small { font-size: 12px; }
.smaller { font-size: 11px; }
.sidetext { color: #FFF; font-weight: bold; }
.dark { color: #000; }
.pinko { color: #C63FCE; }

a{ color: #D527DE; text-decoration: underline; }
a:link{ color: #D527DE; text-decoration: underline; }
a:visited{ color: #D527DE; text-decoration: underline; }
a:hover{ color: #D527DE; text-decoration: none; }

hr { height:1px; color: #A3A0A0; background: #A3A0A0; border: none; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap { 
width: 770px;
position: absolute;
text-align: center;
left: 50%;
margin-left: -385px;
 }
 
#head {
width: 770px;
height: 210px;
 }

#homeleft {
float: left;
clear: none;
width: 430px;
padding-left: 5px;
margin-top: 30px;
text-align: left;
}
 
#homeright {
float: right;
clear: right;
width: 305px;
margin-top: 30px;
text-align: left;
}

#full {
float: left;
clear: none;
width: 770px;
margin-top: 30px;
text-align: left;
 }
 
.truebreak { height: 1px; clear: both; } 

#footer {
width: 770px;
clear: both;
text-align: left;
margin-bottom: 10px;
}

/***********************************************/
/* Container Divs                              */
/***********************************************/

#headhome h1{ margin-top:55px; float:left; }
#headhome h1.logo a{
	display:block;
	width:540px;
	height:155px;
	text-decoration:none;
	text-indent:-9999px;
	background: url(images/logo.png);
}

.sideheadthing {
width: 305px;
height: 75px;
background-image: url(images/sidehead_back.png);
background-repeat: no-repeat;
padding-top: 17px;
padding-left: 20px;
}
