
/* site  */

body {
	/*background-image: url(../images/bg_main2.gif);*/
	margin:0px 0px; 
	background-color: #3E4953;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container { 
	width: 763px;
	margin:0px auto;
}

#content {
	background-image: url(../images/bg.gif);
	padding: 20px 50px 0px 50px;
	min-height: 456px;
}

#photo {
	padding: 0px 10px 0px 10px;
	border: single;
	float: right;
	font-size: 10px;
	color: #333333;
}


#footer {
	font-size: 10px;
	color: #fff;
}


h1 {
	line-height: 1.0em;
	font-size: 22px;
	}

h3 {
	line-height: 1.0em;
	font-size: 12px;
	font-weight: bold;
}
}

p {
	font-size: 12px;
	line-height: 20px;
}

.grey {
	color: #3E4953;
}

ul,ol {
	font-size: 12px;
	}
	
	li {
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 18px;
	}
	
	.boldred {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	}
	
	.padleft {
		padding-left: 25px;
	}
