/* GENERAL */

html {
     overflow: -moz-scrollbars-vertical;
}

body
{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Tahoma, Times New Roman, Sans-Serif;
	font-size:12px;
	color:#ffffff;
	background-color:#cccccc;	
}
#content
{
	/* center layout */
	width:800px;
	position:relative;	
	background-color:#516574;	
	margin: -6px 6px 6px -6px;
}

#ContentShadow
{
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin-left:-400px;
	left:50%;
	margin-top:20px;
	position:absolute;
}	

A
{
	color:#ffffff;
}

A:visited
{
	color:#ffffff;
}

A:hover
{
	color:#E04C1F;
}



A IMG
{
	border:none;
}
/* header */
#header
{
	width:214px;
	height:61px;	
	float:left;
	margin: 20px 0 0 100px;
	padding:0;
}

#content IMG
{
	float:right;
	position:relative;
	padding:0 50px 0 0;
	/*padding:0 0 0 494px;*/
}

#info
{
	float:left;
	margin:0 0 0 50px;
}

/* footer */

#footerContainer
{	
	float:left;
	margin-left:-400px;
	left:50%;
	position:relative;
}

#footer
{
	color:#E04C1F;
	font-size:90%;			
	
	/* center layout */
	width:800px;
	margin: -6px 6px 6px -6px;
	position:absolute;		
}

#footer A
{
	color:#E04C1F;
	text-decoration:none;
}

#footer A:hover
{
	text-decoration:underline;
}

#GlicDesign
{	
	float:left;	
	color:#000000;
	font-size:10px;
}

#GlicDesign #Glic
{
	font-family:"Century Gothic", Arial, Verdana, Tahoma, Times New Roman, Sans-Serif;
	color:#860F23;
	font-size:11px;
}

#GlicDesign A
{
	color:#860F23;
	text-decoration:underline;
}

#SecNav 
{
	float:right;
}


#SecNav ul
{	
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#SecNav li
{
	float:left;
}

#SecNav li A
{
	float:left;
	margin:3px 0 0 0;
	padding:0;
	width:65px;
	display:block;		
	text-align:center;	
	border-right:solid 1px #666666;
}

#SecNav #last A
{
	border-right:none;
	width:80px;
}

