body {
	margin:0;
	padding:0;
	text-align:left;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Verdana,sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #424242;
	background: url(bg.png);
	background-repeat: repeat;
}

img {margin: 0px; padding: 0px; border-style: none;}

img#logo {margin: 70px 0px 0px 30px;}
	
img#photo {border: dotted #cecece 1px;}


/** PAGE CONTAINER **/
div#container {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 20px;
	background-color: #fff;
	width: 950px;
	padding: 0px;
	text-align:left;
	-moz-box-shadow: 0px 0px 5px #cecece;
	-webkit-box-shadow: 0px 0px 5px #cecece;
	box-shadow: 0px 0px 5px #cecece;
	}
	
	
/** HEADERS **/
h1 {
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	margin: 40px 0px 0px 35px;
	font-size: 16px;
	color: #41a5dd;
	text-align: right;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 1px;
	}
	

/** CONTENT **/
a  {font-weight: normal;
	text-decoration: none;
	color: #41a5dd;
	}
	
a:hover {font-weight: normal;
		text-decoration: underline;
	color: #41a5dd;
		}

div#left {
	width: 400px;
	color: #424242;
	float: left;
	}
	div#left p {
	font-size: 11px;
	text-align: right;
	margin:0px;
	padding: 35px 0px 10px 20px;
	}

div#right {
	width: 500px;
	color: #424242;
	float: right;
	border-left: dashed gray 1px;
	margin: 30px 10px 10px 0px;
	padding: 0px 0px 0px 20px;
	}
	div#right p {
	text-align: left;
	margin:5px 25px 10px 0px;
	}
	
	
div#footer {
	clear: both;
	text-align: right;
	padding-right: 40px;
	padding-bottom: 10px;
	color: #41a5dd;
	}