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

body {
margin:auto;
background-color: #FF5AB0;
text-align: center;
}

#container {
width:780px;
padding-top:0px;
padding-bottom:0px;
margin-left:auto;
margin-right:auto;
margin-top:0px;

}
#header {
	background-image: url(../images/Home-copy_01.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:107px;
	float:left;
}
#col1 {
	background-image: url(../images/Home-copy_02.jpg);
	background-repeat:no-repeat;
	width:184px;
	height:674px;
	float:left;
	text-align: left;  
}
#main {
	background-image: url(../images/Home-copy_03.jpg);
	background-repeat:no-repeat;
	width:596px;
	float:left;
}

#main2 {
	width:596px;
	margin-top: 10px;
}

.content2 {
	font-size: 16px; 
	font-family: Georgia;
	color: #FFFFFF;
	text-align: left;
}

.content2 p {
	padding-right: 30px;
	padding-left: 5px;
}


.content2 h1 {
	font-size: 24px;
	font-family: Georgia;
	color: #FFFFFF;
	text-align: center;
	padding-right: 30px;
	padding-left: 5px;
}

.content2 h2 {
	font-size: 18px;
	font-family: Georgia;
	color: #FFFFFF;
	text-align: center;
	padding-right: 30px;
	padding-left: 5px;
}

.content2 h3 {
	font-size: 18px;
	font-family: Georgia;
	color: #FFFFFF;
	text-align: center;
	text-decoration:underline;
	padding-right: 30px;
	padding-left: 5px;
}

.content2 h4 {
	font-size: 16px;
	font-family: Georgia;
	color: #FFFFFF;
	text-align: center;
	text-decoration:underline;
	padding-right: 30px;
	padding-left: 5px;
}

.content2 h5 {
	font-size: 16px;
	font-family: Georgia;
	color: #FFFFFF;
	text-align: center;
	padding-right: 30px;
	padding-left: 5px;
}


#border {
	height: 50px;
   border: 1px solid white;
   padding: 5px;
   margin-right: 30px;
   margin-left: 5px;
}

#column1 {
	width:230px;
	font-size: 14px;
	font-family: Georgia;
	color: #FFFFFF;
	text-align: right;
	float: left;

}

#column2 {
	width:200px;
	text-align: left;
	font-size: 14px;
	font-family: Georgia;
	color: #FFFFFF;
	float:left;

}

#column3 {
	width:28px;
	float:left;
}

#spacer {
	background-image: url(../images/spacer.jpg);
	width:780px;
	float:left;
	
}
#footer {
	background-image: url(../images/Home-copy_04.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:75px;
	float:left;
}
	
#footer2 {
	width:780px;
	height:10px;
	margin-top: 50px;
	

}

#footer2 p {
	font-size: 14px; 
	font-family: Georgia;
	color: #FFFFFF;
	text-align: right;
	padding-right: 25px;
}

#nav-1 {
	width:125px;
	height:497px;
	font-size: 18px; 
	font-family: Georgia;
	color: #FFFFFF;
	padding-left:22px;
	line-height: 125%
	
}

#nav-1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content ul {  
     margin:0px;  
}  
.content ul li {  
     list-style:none;  
     border-bottom:1px solid white;  
     padding-top:1px;  
     padding-bottom:3px;  
}  
.content ul li a {  
     text-decoration:none;  
}  
.content ul li:last-child {  
     border-bottom:none;  
}

#nav-2 {
	width:125px;
	font-size: 14px; 
	font-family: Georgia;
	color: #FFFFFF;
	padding-left:22px;
	line-height: 150%
	
}

#nav-2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-2 r {
	font-size: 10px; 
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF92CC;
	text-decoration: none;
}
a:active {
	color: #F5207A;
	text-decoration: none;
}

.clear {
clear:both;
}
