﻿/* CSS Document */

body	{
	background-color: #E9E8D3;
	behavior: url(/csshover.htc);
	margin: 25px auto 0 25px;
	padding: 7px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#page	{
	width:880px;
	margin:0 auto 0 auto;
	background-color:red;
	padding:0px;
}

/*---	START HEADER	---*/
div#header	{
	width:880px;
	float:left;
	margin:0px;
	padding:0px;
}

div#logo	{
	float:left;
	width: 238px;
	height:76px;
	margin:0px;
	padding:0px;
}

div#rightSide	{
	float:left;
	width:635px;
	height:75px;
	background-image:url(../images/header-right.jpg);
	margin: 0px 0px 0px 0px;
	padding:1px 7px 0px 0px;
}
div#rightSide a	{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
}
div#rightSide a:hover	{
	color:#e8e8d1;
	font-size:9px;
	text-decoration:none;
}

div#account-access	{
	float:right;
	width:173px;
	height:61px;
	margin:0px 0px 0px 0px;
	padding:4px 0px 7px 0px;
	text-align:center;
/*	background-image:url(../images/account-login.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
}

	
	
/*---	END HEADER	---*/


.pics	{
	border:1px solid #666666;
	margin:5px 15px 5px 5px;
}

/*---	START FOOTER	---*/
div#footer{
	width:880px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#E9E8D3;
	font-size:10px;
	text-align:center;
	
}

div#footer a	{
	color:#333333;
	text-decoration:underline;
}

div#footer a:hover	{
	color:#50784E;
	text-decoration:none;
}

a.popup 
{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

a.popup a.popup:visited, 
{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

a.popup:hover, a.popup:active 
{
	color:#ffffff;
	text-decoration:underline;
}
/*---	END FOOTER	---*/