html, body {
	margin: 0px; 
	padding: 0px;
	}

body {
	background: #77A1D5 url(images/bg2.png) repeat;
	}

p {
	margin: 0px; 
	padding: 0px;
	}

#header {
	margin: 0px; 
	padding: 0px;
	height: 313px;
	width: 800px;
	background: url(images/header.png) no-repeat;
	position: relative;
	left: 50%;
	margin-left: -400px;
	}

#header h1 {
	margin: 0px; 
	padding: 0px;
	}

#header h1 span {
	display: none;
	}

#header h1 a {
	display: block;
	position: absolute;
	width: 340px;
	height: 50px;
	top: 65px;
	left: 50px;
	}

#menu {
	padding: 0px;
	margin: 0px;
	/*border: 1px solid blue;*/
	text-align: right;
	position: relative;
	width: 500px;
	top: 279px;
	right: -280px;
	}

#menu ul {
	padding: 0px;
	margin: 0px;
	height: 30px;
	}

#menu li {
	display: inline;
	/*border: 1px solid red;*/
	padding: 3 15 3 15;
	margin: 2px;
	}

#menu span {
	display: none;
	}

#home a {
	padding: 0px;
	margin: 0px;
	background: url(images/home.png) no-repeat;
	display: block;
	width: 89px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 407px;
	}

#home a:hover{
	background: url(images/home-hover.png) no-repeat;
	}

#product a {
	padding: 0px;
	margin: 0px;
	background: url(images/product.png) no-repeat;
	display: block;
	width: 86px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 331px;
	}

#product a:hover{
	background: url(images/product-hover.png) no-repeat;
	}

#gallery a {
	padding: 0px;
	margin: 0px;
	background: url(images/gallery.png) no-repeat;
	display: block;
	width: 79px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 331px;
	}

#gallery a:hover{
	background: url(images/gallery-hover.png) no-repeat;
	}

#blog a {
	padding: 0px;
	margin: 0px;
	background: url(images/blog.png) no-repeat;
	display: block;
	width: 58px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 275px;
	}

#blog a:hover{
	background: url(images/blog-hover.png) no-repeat;
	}

#support a {
	padding: 0px;
	margin: 0px;
	background: url(images/support.png) no-repeat;
	display: block;
	width: 108px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 168px;
	}

#support a:hover{
	background: url(images/support-hover.png) no-repeat;
	}

#forum a {
	padding: 0px;
	margin: 0px;
	background: url(images/forum.png) no-repeat;
	display: block;
	width: 83px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 85px;
	}

#forum a:hover{
	background: url(images/forum-hover.png) no-repeat;
	}

#contact a {
	padding: 0px;
	margin: 0px;
	background: url(images/contact.png) no-repeat;
	display: block;
	width: 86px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#contact a:hover{
	background: url(images/contact-hover.png) no-repeat;
	}

#content {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 800px;
	background: url(images/content-bg.png) repeat-y;
	position: relative;
	left: 50%;
	margin-left: -400px;
	}

#banner {
	background: url('images/banner.png');
	height: 243px;
	}

#banner a {
	text-decoration: none;
	color: #FF3333;
	font: 12pt tahoma, verdana, arial, serif;
	display: block;
	}

#banner a:hover {
	text-decoration: underline;
	color: #FF3333;
	font: 12pt tahoma, verdana, arial, serif;
	}

#banner .keyword {
	font: bold 12pt tahoma, verdana, arial, serif;
	}

#slogan1 {
	position: absolute;
	left: 40px;
	top: 5px;
	width: 300px;
	height: 235px;
	}

#slogan1 p {
	position: absolute;
	left: 40px;
	top: 200px;
	}

#slogan2 {
	position: absolute;
	left: 447px;
	top: 5px;
	width: 300px;
	height: 235px;
	}

#slogan2 p {
	position: absolute;
	left: 20px;
	top: 200px;
	}

#content h2 {
	margin: 30 150 15 150;	
	text-align: center;
	font-size: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	}

#countdown {
	color: #CC0000;
	}

#announce {
	margin: 0 110 30 110;	
	/*width: 300px;*/
	text-align: center;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/*text-transform: capitalize;*/
	color: #000000;
	}

#announce .keyword {
	font-style: italic;
	color: #666666;
	}

#newsletter p {
	margin: 0 80 15 80;	
	/*width: 300px;*/
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	}

#newsletter p span {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size: 1.5em;
	}

#copyright {
	padding: 15 80 15 80;	
	/*width: 300px;*/
	text-align: center;
	font-family: Tahoma, Verdana, arial, serif;
	font-size: 0.8em;
	color: #336699;
	}

#copyright a{
	color: #CC0000;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 63px;
	background: url('images/footer.png') no-repeat top; 
	position: relative;
	left: 50%;
	margin-left: -400px;
	}

