body
{
	background: #404C69;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none
}

#page
{
	width: 800px;
	margin: auto;
}

#header
{
	height: 90px;
	background-color: white;
}

#header img
{
	margin: 20px;
}

#header p
{
	float:right;
	margin: 50px 10px 10px;
	font-style: italic;
}

#navigation
{
	height: 40px;
	background-color: white;
}

#navigation ul
{
	margin: 5px;
	padding: 5px;
}	

#navigation ul li
{
	display: inline;
	height: 50px;
	float: center;
	list-style: none;
	margin-left:80px;
}

#navigation li a
{
	color: #A0A6B5;
	text-decoration: none;
}

#navigation li a:hover
{
	text-decoration:underline;
}

#form
{
	background-color: #A0A6B5;
	text-align: center;
	height: 218px;
	width: 375px;
	float: left;
}

#form p
{
	color: #404E69
}

#sidebar
{
	width: 425px;
	float: right;
	height: 218px;
}

#content
{
	background-color: white;
	width: 760px;
	clear: both;
	padding: 20px;
}

#index
{
	background-color: white;
	width: 760px;
	padding: 20px;
	clear: both;
}

#content a
{
	color: black;
}

#content p
{
	font-size: 16px;
}

#shop
{
	background-color: white;
	width: 760px;
	padding: 20px;
}

#shop2
{
	background-color: white;
	width: 760px;
	padding: 20px;
}

#shop table
{
	text-align: center;
	font-size: 10px;
	margin: auto;
}

#shop2 table
{
	text-align: center;
	font-size: 14px;
	margin: auto;
}

#shop img
{
	border:0px;
}

#shop2 p
{
	font-size: 14px;
}

#shop2 ul
{
	font-size: 14px;
}

#footer
{
	height: 50px;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	clear: both;	
}

#footer p
{
	color: white;
}

#footer a
{
	text-decoration: none;
	color: white;	
}
