﻿

body 
{
	font-family: Verdana;
	background-color: #EEEEEE;
}

#frame
{
	display: block;
	margin: 0px auto 0px auto;
	width: 614px;
	border: solid 1px #000000;
	height: 690px;
	background-color: #ffffff;
}

.line
{
	display: block;
	float: left;
	clear: both;
	margin: 5px 0px 0px 5px;
	height: 50px;
	width: 604px;
	font-size: 12px;
}

.halfLine
{
	display: block;
	float: left;
	width: 302px;
}

#logo
{
	display: block;
	float: left;
	width: 321px;
	height: 44px;
}

#menu
{
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	margin: 10px 0px 0px 40px;
}

#blog
{
	display: block;
	float: left;
	width: 100px;
	text-align: center;
}

#contact
{
	display: block;
	float: left;
	width: 100px;
	text-align: center;
}

#menu a
{
	color: #CACACA;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover
{
	color: #000000;
}

#Screenshots img
{
	border: solid 2px #52ACFF;
	margin: 5px 5px 5px 5px;
}

img
{
	border-style: none;
}