﻿body 
{
	margin-top: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background: #FFFFFF url(../gfx/bg.jpg) repeat-x;
}

.button
{
	background-color: #8FC9DF;
	color: White;
	border: 1px solid White;
}

#login
{
	width: 230px;
	height: 200px;
	padding-left: 20px;
	border-left: 1px solid #F1EFEF;
}

#order
{
	
	background: #FFFFFF url(../gfx/order_square.jpg) no-repeat;
	height: 130px;
	width: 250px;
	
}

.newsheader
{
	font-weight: bold;
}

.seperator
{
	background: #FFFFFF url(../gfx/seperator.gif) repeat-x;
	height: 2px;
	width: 100%;	
}

#contact
{
	margin-top: 20px;
	background: #FFFFFF url(../gfx/contact_square.jpg) no-repeat;
	height: 130px;
	width: 250px;
	
}

.headline
{
	color: #8FC9DF;
	font-size: 18px;
}

#toptable
{
	height: 61px;
	padding: 0;
	width: 770px;
	background: #FFFFFF url(../gfx/bg_top2.jpg) repeat-x top;	
}

#container 
{
	background-color: White;
	margin: 0px auto;
	width: 800px;
	border: 0;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 800px;
	width: 100%;
	background-color: #FFFFFF;
	}

#headerimg {
	margin: 0;
	height: 140px;
	width: 100%;
	background-image: url(../gfx/test.jpg);
	}

