/* CSS */

body{
	margin: 0;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #cee1eb;
	color: #F19E98;
	}

body p{
	margin:0;
	}

#container{
	width: 750px;
	height: 100%;
	margin: auto;	
	background-color: White;
	}

.picture_holder img{
	margin:5px 5px 5px 5px;
	}

#purple{
	background: url(../images/topbg.gif) top repeat-x;
height: 27px;
width: 750px;
clear: both;
	}

.homelink {
	margin-left: 10px;
	color: #E9A69F;
	}

#purple a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;

	}

#purple a:hover, #purple a:focus{
	color: #FFFFFF;
	text-decoration: none;
	}

#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D79089;

	}

#nav{
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	width: 750px;
	height: 20px;
	text-align: center;
	padding-top: 4px;
	text-transform:uppercase;
	font-size:.85em;
	color: #ffffff;	
	}
#nav a, a.current {
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	display: block;
	float:left;
	border-right: 1px solid #111;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

#nav a:link, #nav a:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	}

#nav a:hover, #nav a:focus{
	color: #333;
	}

#nav a:active {
	color: #2102CA;
	}

#nav a.current{
	color: #2102CA;
	}

#page{
	width: 750px;
	}

#left{
	display: inline;
	float: left;
	width:300px;
	}
#gallery{
	display: inline;
	float: left;
	width:250px;
	}
#gallery a{
	text-decoration:none;	
	}
#left_caption{
	display: inline;
	float: left;
	height:66px;
	font:Arial;
	font-size:30px;
	color:#FFFFFF;
	/*width:100%;*/	
	}

#left_caption span{
	padding-top:35px;
	padding-left:20px;
	}

#right{
	display: inline;
	float: right;
	/*width:auto;*/
	width:426px;
	/*margin-right:0;*/
	/*padding-right:10px;
	padding-left:20px;*/
	background-color: White;
	}
	
/*#right img{
padding:0;
float:right;
	}*/
	
#right p{
	padding: 5px 20px 0px 20px;
	color:#333333; 
	font-family: Helvetica;
	/*font-size: 14px;
	line-height: 20px;*/		
/*font-family: Helvetica;*/
font-size:1.1em;
line-height:1.5em;
	}

#right span{
	color: #B85E9C;
	font-weight: bold;
	}
.table_capt{
	color: #333;
	font-weight: bold;
	text-decoration:none;
	background:none;
	background-color:none;
	}
.picture_r{
	float:right;
	margin:5px 0px 5px 5px;
	}

#picture_l{
	float:left;
	display:inline;
	}

.picture_holder{
	float:right;
	margin:5px 0px 5px 5px;
	padding:5px 5px 5px 5px;
	background-color:#F3E9F1;
	margin:5px 5px 5px 5px;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#304B78;
	width:176px;
	}

#footer{
	margin-left: auto;
	margin-right:auto;
	height: 100px;
	clear: both;
	background-color: #5B779C;
	text-align: center;
	color: #FFFFFF;
	}

#footer p{
	padding-top: 17px;
	}
