html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #FFF;
	font: 10px Futura, Arial, Verdana, sans-serif;
	color: #C0C0C0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div.content {
	width: 1000px;
	height: 800px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
	background: #FFF;
	color: #C0C0C0;
	font: 13px Futura, Arial, Verdana, sans-serif;
}

div.blog {
	float: left;
	width: 650px;
	height: 650px;
}

div.menu {
	float: left;
	width: 300px;
	height: 650px;
	background:#FFF url(/images/menu.jpg) no-repeat;	
	border-left:1px solid #C0C0C0;
	
}

div.grey {
	float: left;
	width: 650px;
	height: 640px;
	background: #C0C0C0;
	color: white;
	text-indent: 0px;
	padding:5px;
}

div.small {
	float: left;
	width: 952px;
	height: 650px;
	margin-top: 20px;
	border:1px solid #C0C0C0;
}

div.space {
	float: left;
	width: 650px;
	height: 650px;
	margin-top: 6px;
	margin-left: 6px;
	
}

div.posts {
	float: left;
	width: 650px;
	height: 650px;
}

div.post div{
	float: left;
	width: 50px;
	height: 50px;
}

a:link,
a:visited{
	text-decoration:none;
	color: #C0C0C0; 
}

a:hover,
a:focus,
a:active{
	text-decoration:none;
	color: red;	
}

.navigationMenu{	
	width: 300px;
	height: 650px;
	padding-top: 0px;
	text-align: right;
	margin-top: -58px;
	margin-left: -40px;
	text-indent: 0px;
	list-style: none;

	
}

.navigationMenu a{
	display:block;
	text-decoration:none;
		padding-top: 60px;
}

.navigationMenu a:link,
.navigationMenu a:visited{
	text-decoration:none;
	color: #C0C0C0;	
}

.navigationMenu a:hover,
.navigationMenu a:focus,
.navigationMenu a:active{
	text-decoration:none;
	color: red;	
}	

.navigationMenu li{
	display: inline;
	font: 22px Futura, Arial, Verdana, sans-serif;
	color: #FFF;		
}