@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;}

body {
	text-align: center;
	background-image: url("../images/bg.jpg");
	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: center top;
	background-color: #99cc99;
	height:100%;
	}

#wrapper {
	width: 920px;
	height: auto;
	margin: auto;
	text-align: left;
	}

	
p {
	
	color: #fff;
	font-family: arial;
	}


h1 {
	margin: 20px 0px 10px 0px;
	color: #000;
	font-size: 16pt;
}
	

	
#nav {
	margin:0;
	padding:0;
	border:0;
	width: 920px;
	height: 47px;
	overflow:hidden;
}


#photobanner {
	margin:0;
	padding:0;
	border:0;
}

#leftbox {
	margin: 10px 0px 40px 0px;
	padding: 511px 0px 0px 0px;
	background-image: url("../images/image.png");
  	background-repeat: no-repeat;
	width: 580px;
	color: #000;
	font-size: 12pt;
	float:left;
	}
	
#blog{
	padding: 20px;
	background-image: url("../images/50bg.png");
	font-size: 12pt;
	width:540px;
	}
	
#blog h2 {
	margin: 20px 0px 3px 0px;
	color: #0f3;
	font-size: 16pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
#blog h3 {
	color: #0f3;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal
}

#blog p {
	color: #fff;
	font-family: arial;
	margin:10px;
	}
	
#header {
	margin: 10px 0px 10px 0px;
	padding: 10px;
  	background-image:url(../images/50bg.png);
	width:300px;
	font-size: 12pt;
	float: right;
	}	
	
#rightbox {
	width: 300px;
	background-image:url(../images/50bg.png);
	margin: 40px 0px 10px 0px;
	padding: 10px;
	color: #000;
	font-size: 12pt;
	float:right;
	}
	

#footer {
	padding:0;
	border:0;
	width: 920px;
	height: 23px;
	overflow:hidden;
}



a:link {color:#0F3;text-decoration: none; }      /* unvisited link */
a:visited {color:#0F3;text-decoration: none;}  /* visited link */
a:hover {color:#0F3;text-decoration: underline;}  /* mouse over link */
a:active {color:#0F3;text-decoration: none;}  /* selected link */

