/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;	
}

h1, h2, h3 {
	text-transform: lowercase;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 0.8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


/* Header */

#header {
	height: 170px;
	background: #FFFFFF;
}


/* Content */

#content {
	padding: 20px;
}

/* Content > Main */

#main {
	margin-left: 460px;
	padding: 20px;
}

#main .title, .h1 {
	border-bottom: 5px solid #B7D885;
	margin-bottom: 0.5em;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 400px;
	padding: 20px;
}

#sidebar .title, h1 {
	border-bottom: 5px solid #5FC1BC;
}

#sidebar a {
	color: #1D6E68;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}


.photo {
	position:absolute; 
	right: 0;
	top:23px; 
	width:337px; 
	height:201px; 
	z-index:1;
}

.hiddenphoto {
	visibility: hidden;
	width: 323;
	height: 194;
}

.message {
	position: absolute;
	top: 100px;
	width: 700px;
	left: 10px;
	font-size: 18px;
	color: #000000;
	z-index:100;
	background: #ffffff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.subtitle {
	position: absolute;
	left: 300px;
	top: 0px;
	font-size: 20px;
	float: right;
	color: #FF0000;
	left: 438px;
	height: 43px;
	z-index:100;
}
