/* general */
body{
	margin: 0;
	padding:0;
    color: #494949;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background-image: url(images/bg.gif); 
    text-align: center;
}

table {
	padding-left: 20px;

	}

td {
	font-family:arial;	
	font-size: 90%;
	}

img{
	border:0;
	}
a{
    color: #824389;
	 }
a:hover
    {
    color: #409F9B;
    }
	
h1{
	color:black;
	font-size: 22px;
	}

h2{
	color:black;
	font-size: 19px;
	}
h3{
	color:black;
	font-size: 17px;
	}
strong {
	color:black;
		}
		
.photo {
	float:			left;
	padding: 		10px 0px 10px 20px;
	margin-right:	15px;
		
}

.photoRight {
	float:			right;
	padding: 		10px 20px 10px 15px;
	margin:			0 0 0 0 ;
		
}
		
.photo p {
	font-size: 		85%;
	font-weight: 	normal;
	color:			#696969;
	text-align:		left;
	margin:		 	2px -4px 0 0;
	padding: 		3px 0px 3px 3px;
	background-color:#F0F0F0;
}

.photoRight p {
	font-size: 		85%;
	font-weight: 	normal;
	color:			#696969;
	text-align:		left;
	margin:		 	2px -4px 0 0;
	padding: 		3px 0px 3px 3px;
	background-color:#F0F0F0;
}
	
/* grid */

#wrapper {
	border-left: 15px solid white;
	border-right: 15px solid white;
	border-bottom: 15px solid white;
	margin: 0 auto;
    width: 700px;
    position: relative;
    background: #ffffff;
    text-align: left;
	}
	
#header{
	background: transparent url(images/header.jpg) no-repeat top center;
	width: 700px;
	height: 270px;	
	}
	
#header span {
	display:none;
	}
	
#feature{
	color:white;
	font-size: 90%;
	margin-left:530px;
	width: 140px;
	padding-top:75px;
	font-weight:bold;
	}
#feature h3{
	font-size: 14px;
	font-weight: bold;
	color:white;
	}
	
#content {
	width: 510px;
	background: white url(images/contentBackground.jpg) no-repeat top left;
	padding-bottom: 10px;
}
	
#content p {
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
	}

#content h1 {
	margin-top: 20px;
	margin-left:20px;
	margin-bottom: 0;
	}

#content h2,h3,h4{
	margin-left: 20px;
	}
	
#content ul{
	
	}

#content ul li {
	margin-left: 15px;
	margin-right: 15px;
	}
	
#navigation {
	float:right;
	background: white;
	border-left: 1px dashed #E4E1E1;
	width: 174px;
	padding-left: 8px;
	margin-top: -20px;
	}
	
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#navigation ul li {
	margin-left: 0;
	border-bottom: 1px solid #E6EEF0;
    display: block;
	padding: 6px 0;
	}
	
#navigation h3{
	margin-bottom:5px;
	margin-left:0px;
	}

p.legal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#searchContainer {
	margin-top:-22px;
	margin-bottom:18px;
	font-family:arial;
	font-color:grey;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
	}

#siteSearch{
	border: 1px solid grey;
	margin-top:0px;
	width: 150px;
	height: 14px;
	font-family:"Courier New", Courier, monospace;
	size: 11px;
	padding: 2px 0 0 3px;
	}

#siteSearchSubmit{
	background-color: #999999;
	height: 16px;
	border: 1px solid grey;
	margin-top:5px;
	color: white;
	font-family: arial;
	font-size:10px;
	text-transform:uppercase;
	padding:0px 2px 3px 2px;
	}

#footer {
	background:white;
	width: 730px;
	color:black;
	font-size: 80%;
	position:relative;
	margin:0 auto;
	}		
		
.clear {
	clear:both;
	}