/*
For some strange reason, this allows for body to have a margin-top and to displace its background accordingly
Therefore, this must be added to all templates with body background images in order to make the top toolbar work properly.		
*/
html{background: white}

/* TAGS */
a
{
	text-decoration: none;
	color: #2C7981;
}

h1,h2,h3
{
	font-weight: normal;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color: #999900;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.2em;
}

/* LAYOUT */
body
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	background: white url('../img/body_bg.jpg') repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

#frame
{
	margin: auto;
	padding: 0;
	height: auto;
	background: url('../img/frame_bg.jpg') no-repeat top right;
	width: 770px;
	border-top: 0;
}



#header
{
	width: 169px;
	padding-top: 135px;
	margin-top: 112px;
	background: url('../img/logo.jpg') no-repeat 50% 0;
	float: left;
}

#header h1
{
	display: none;
}


#menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}

#menu li
{
	margin-bottom: 8px;
	padding-right: 16px;
}

#menu a
{
	color: #2c7981;
	text-decoration: none;
	font-size: 18px;
}

#menu li.active
{
	background: url('../img/arrow.gif') no-repeat 100% 60%;
}

#menu a:hover
{
	color: #999;
}

#menu li ul
{
	display: none;
}

#content
{
	float: right;
	width: 570px;
	margin-right: 20px !important;
	margin-right: 10px;
	
	padding:     20px;
	width:       530px;
	padding-top: 5px;

	text-align: justify;
	line-height: 1.5em;
}

#pillow
{
	padding: 10px 0 40px 0;
}

#footer
{
	clear: both;
	font-size: 0.8em;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-left: 160px;
}

#footer a
{
	color: #444;
}

#footer p
{
	margin: 0;
}

#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#footer li ul
{
	display: inline;
}

#footer li
{
	display: inline;
	font-weight: normal;
}

#footer li a
{
	border-right: 1px solid #999;
	padding: 0 12px 0 12px;
}

#footer li.active
{
	font-weight: bold;
}