@charset "UTF-8";
/* CSS Document */

body
{
	margin:					0px;
	text-align:				center;
	background:				#FFFFFF;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	color:					#000000;
	font-size: 				0.7em;
}

#wrapper
{
	width:					780px;
	height:					500px;
	
	text-align:				left;
	margin:					auto;

	background:				#FFFFFF;
}

#header
{
	width:					764px;
	height:					100px;
	float:					left;
	background:				#FFFFFF;
	padding:				8px;
}

#logo
{
	float:					left;
	width:					175px;
	height:					60px;
	padding:				8px;
	background:				#FFFFFF;
}

#menu
{
	float:					left;
	width:					557px;
	height:					60px;
	padding:				8px;
}


#content
{
	float:					left;
	width:					764px;
	height:					360px;
	padding: 				8px;
	background:				#FFFFFF;
}

#up
{
	padding:				0 0 8px 0;
}

#down
{
	padding:				8px 0 0 0;
}

#row1
{
	float:					left;
	width:					175px;
	height:					296px;
	padding: 				8px;
}

#row2
{
	float:					left;
	width:					175px;
	height:					296px;
	padding: 				8px;
}

#row3
{
	float:					left;
	width:					175px;
	height:					296px;
	padding: 				8px;
}

#row4
{
	float:					left;
	width:					175px;
	height:					296px;
	padding: 				8px;
}

#comingSoon
{
	clear:					left;
	color:					#ff0000;
	font-size: 				1.2em;
	font-weight:			bold;
	padding:				20px;
	

}
#dida
{
	color:					#E30019;
}

#footer
{
	clear:					left;
	width:					764px;
	height:					20px;
	padding: 				8px;
	font-size: 				0.9em;
	text-align:				left;
	background:				#FFFFFF;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
}

#footerName
{
	float:					left;
	padding:				8px;

}

#footerData
{	
	padding:				8px;
}

#spacedFont
{
	color:					#000000;
	letter-spacing: 		0.07em;
	font-weight:			bold;
}


#spacedRedFont
{
	color:					#ff0000;
	letter-spacing: 		0.07em;
	font-weight:			bold;
}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;

}
a:active 
{
	text-decoration: none;
}

