/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:130%;
	color: #131b16;
	background-color: #745a84;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
}

a:link {
	color: #663366;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	color:#e28ed9;
	text-decoration: underline;
}

#container {
position: absolute; 
left: 50%; 
width: 800px; 
height: auto; 
margin-left: -400px;
background-color:#FFFFFF;
background-image:url(images/body_img.jpg);
background-repeat:repeat-y;
}



#top_bar {
width:585px;
height:140px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
margin-left:215px;
}

#header_left {
position:absolute;
top:0;
left:0;
height:240px;
width:215px;
background-image:url(images/left_header3.jpg);
background-repeat:no-repeat;
}

#text_padding {
padding:0px 50px 10px 50px;
}


/*---------------------navigation--------------------*/

#navigation {
color:#fbefcd;
margin-left:415px;
font-size:12px;
text-align:center;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:url(images/nav_img.jpg) repeat-x;
padding-top:17px;
height:55px;
width:349px;
margin-top:-109px;
margin-right:10px;
}

#navigation a {
color:#fbefcd;
text-decoration:none;
padding:15px 5px 20px 5px;
border-right:#ecb7e7 1px solid;
}

#navigation a:visited {
color:#fbefcd;
text-decoration:none;
}

#navigation a:hover {
color:#fac042;
text-decoration:none;
}


/*----------------footer-----------------*/
#footer {
	width:800px;
	height:80px;
	text-align: center;
	padding-top:60px;
	color: #131b16;
	font-size:10px;
	background-image:url(images/footer_img.jpg);
	background-repeat:no-repeat;
	background-color:#745a84;
}

#footer a {
color: #131b16;
text-decoration:none;
}

#footer a:hover {
color: #fac042;
text-decoration:underline;
}

/*----------------text-----------------*/

.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:40px;
font-weight:bold;
font-style:italic;
color:#745a84;
}

.title2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
font-weight:bold;
font-style:italic;
color:#745a84;
}

.subhead {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#745a84;
}

.subhead2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#745a84;
font-style:italic;
}

.subhead_border {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#745a84;
border-bottom:1px dotted #745a84;
}

.dots {
border-bottom:1px dotted #745a84;
margin: 10px 0px 10px 0px;
}

.small {
font-size:10px;
}

/*----------------format-----------------*/

.clear{
    clear:both;
}

#left_column {
float:left;
width:175px;
margin:150px 0px 10px -14px;
}

#right_column {
margin-left:160px;
margin-top:50px;
border-left: 1px dotted #745a84;
padding-left:25px;
}

#left_inside_sm {
margin-right:340px;
}

#right_inside_sm {
float:right;
width:330px;
padding-top:10px;
}

.black_bar {
width:165px;
padding:3px 0px 3px 10px;
color:#f6c253;
background-color:#3c2e44;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}

#left_column_text {
padding:10px 5px 10px 7px;
margin-left:10px;
}

#left_flower {
margin:10px 0px 0px 15px;
}

#left_pic {
float:left;
width:185px;

}

#right_text {
margin-left:200px;
padding-right:10px;
margin-bottom:15px;
}

/*----------------buttons-----------------*/

#buttons {
width:101px;
height:31px;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
color:#131b16;
text-align:center;
background-image:url(images/button.jpg);
background-repeat:no-repeat;
padding-top:5px;
}

#buttons a {
width:101px;
height:31px;
text-decoration:none;
color:#131b16;
padding-top:5px;
}

#buttons a:hover {
width:101px;
height:31px;
background-repeat:no-repeat;
text-decoration:none;
color:#fdf9ea;
padding-top:5px;
}


#button_right {
margin:0px 0px 10px 375px;
}

#buttons input{
background:none;
border:none;
cursor:pointer;
font-family:Georgia, "Times New Roman", Times, serif;
color:#131b16;
font-size:16px;
}






