@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	width:100%;
	height:100%;
}

img {
	border:none;
}

.content {	background-color:#FFF; 
			color:#333;
			width:1280px;
			height:1600px;
}


.navigation {
			width:1200px;
			color:#F00;
		
}

.pagecontent {
			display:inline;
			float:left;
			padding-top:50px;
			padding-left:100px;
			width:400px;
}

.imageholder { 
			padding-top:20px;
			padding-left:100px;
			display:inline;
			float:left;

}


a:link { 
color:#000;
}

a:hover { 
color:#033;
}

a:visited { 
color:#003;
}

a:active { 
color:#003;
}

h1 {
color: #333;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:lighter;
display:inline;
}

h2 {
color: #333;
font-family:Verdana, Geneva, sans-serif;
font-weight:lighter;
font-size:16px;
}
