@charset "UTF-8";
/* CSS Document */
/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

html, * {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/background4.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin: 40px 0;
}


.page-body {
	height: 100%;
	height:auto;
	margin: 0 auto;
	padding: 10px 50px;
	padding-top: 20px;
	max-width: 1024px;
	/*border:#F00 medium solid;*/
}

a.page-options {
	text-decoration: none; 
	height: 170px;
	width: 300px;
	float: left;
	padding: 2px; 

}

a.page-options:hover, 
a.page-options:focus {
	color:#F09;
	background: #F09;
	padding: 2px; 

}

.title {
	display:block;
	margin-left: 2px;
	float:left;
	margin-top: 0px;
	width: 296px;
	background-color: #000;
	padding-left: 4px;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
}

.container {
	width: 300px;
	height: 170px;
	margin: 2px 20px;
	float: left;
	padding-top: 50px;
}


.logo {
	width: 317px;
	height:66px;
	margin-top: 30px;
	margin-right: 32px;
	margin-left: 300px;
	float:right;
	/*border:#F00 medium solid;*/
}

.blog {
	background-color:#FFF;
	color:#000;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	width: 312px;
	height: 14px;
	float: left;
	padding-left: 4px;
	margin-top: 5px;
	border: #000 thin solid;
}
