/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body {
	margin:0;
	font: 15px Georgia, Times New Roman, Times, serif; 
	text-align:center;
	min-width: 948px;
	color: #000;
	line-height: 19px;
	background-color:#fdf0f6;
	height:100%;
}
	
body A:link    	{ color: #CA1B5A; font-weight: normal; text-decoration: none; }
body A:active  	{ color: #CA1B5A; font-weight: normal; text-decoration: none; }
body A:visited 	{ color: #CA1B5A; font-weight: normal; text-decoration: none; }
body A:hover  	{ color: #000000; font-weight: normal; text-decoration: underline; }
	
h1 {
	font: 22px Georgia, Times New Roman, Times, serif; 
	color: #CA1B5A; 
	padding-top: 0px;
	padding-bottom:10px;
	margin: 0;
	font-weight: bold;
	font-style:italic;
	letter-spacing: -1px;
}


	
#main {
	background: #fff;
	margin:0 auto;
	padding-left:80px;
	padding-top:15px;
	width: 948px;
	height: 100%;
	text-align: left;
}

#nav {
	
}

#header {
	
}

#leftcontent {
	width:536px;
	margin-right:20px;
	position: relative;
	float:left;
}

#rightcontent {
	width:311px;
	float:left;
	position: relative;
}

#break {
	position:relative;
	float:left;
	width:847px;
}

#botleft {
	width:262px;
	margin-right:20px;
	position:relative;
	float:left;
}

#botmid {
	width:262px;
	margin-right:20px;
	position: relative;
	float:left;
}

#botright {
	width:262px;
	margin-right:20px;
	position: relative;
	float:left;
}

#foot {
	position:relative;
	float:left;
	width:847px;
	color: #CA1B5A;
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom:50px;
}
	
