﻿/* CSS Document */
/* layout.css */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:22px;
	font-weight: normal;
	text-align:center;
	text-decoration: none;
	color: #336666;
}

a {
	color: #FF0101; text-decoration: underline;
}
a:link {
	color: #FF0101; text-decoration: underline;
}
a:visited {
	color: #FF0101; text-decoration: underline;
}
a:hover {
	color: #FF0101; text-decoration: underline;font-weight:bold;font-size: 11px;
}
a:active {
	color: #FF0101; text-decoration: underline;
}

body {
	margin-top: 50px;
	height: 460px;
	background-color:white;
}
/* center */
#layout {
	width: 779px;
	height: 460px;
	background-image: url('layout.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	/*filter : progid:DXImageTransform.Microsoft.Pixelate ( enabled=true,duration=1,maxSquare=1 ) ;*/
}
/* Logo */
#header {
	float:left;
	width: 779px;
	height: 127px;
}
#flashcontent {
	margin: 0px auto;
	width: 779px;
	height: 183px;
}
#user1  {
	float:left;
	width:779px;
	height:183px;
}
#user2  {
	float:left;
	width:779px;
	height:25px;
}
#user3  {
	float:left;
	width:779px;
	height:50px;
}
#user4  {
	float:left;
	margin-top:55px;
	width:779px;
	height:20px;
}

#nav1  {
	float:left;
	position:relative;
	left:85px;
}

#nav1 span {
	display: none;
}

#nav1 ul,li {
	list-style:none;
	float:left;
}

#nav1 a {
	display: block;
	width: 115px;
	height:50px;
	cursor: hand;
}

