/*
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;
	margin: 0;
	padding: 0;
}

body 
{
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 12px;
	background: white url('../img/body_bg.jpg') repeat-x;
	text-align: center;
}

#frame
{
	margin: auto;
	padding: 0;
	height: auto;
	background: url('../img/frame_bg.jpg') no-repeat top right;
	width: 700px;
	padding: 0 28px 0 28px;
	
	border-top: 0;
}

#header
{
	height: 95px;
	padding: 25px 0 0 155px;
	background: url('../img/header_bg.jpg') no-repeat top right;
	font-family: Georgia, serif;
	font-size: 1.2em;
	color: #605F6A;
}

#header.heart
{
	background-image: url('../img/header_heart_bg.jpg');
}

#header h2
{
	font-style: italic;
	font-size: 1.2em;
}

#menu
{
	float: left;

	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 155px;
	padding: 5px 10px 80px 0;
	background: url('../img/menu_bg.jpg') no-repeat 0 100%;
	font-family: Georgia, Arial, serif;
}

#menu a
{
	text-decoration: none;
	color: #FFFFCE;
	font-size: 1.2em;
}

#menu a:hover,
#menu li.active a
{
	color: white;
}

#menu li
{
	padding-right: 15px;
	text-align: right;
	margin-top: 20px;
}

#menu li ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#menu li ul li
{
	padding: 0;
}

#menu li.active
{
	background: url('../img/arrow.gif') no-repeat 100% 3px;
}

#menu li ul
{
	display: none;
}

/* Show active section's subsections */
#menu li.active ul
{
	display: block;
	margin-left: 20px;
	width: 83%;
}

#menu li ul li
{
	margin-top: 10px;
	padding-right: 5px;
	font-size: 0.7em;
}

#menu li.active ul li.active
{
	background: none;
}

#menu li.active ul li.active a
{
	color: white;
	text-decoration: underline;
}

#content
{
	width: 500px;
	margin-left: 180px !important;
	margin-left: 165px;
	text-align: left;
}

#left, #right
{
	width: 49%;
	margin: 10px 0 10px 0;
}

#left
{
	float: left;
}

#right
{
	margin-left: 50%;
}

#bottom
{
	clear: both;
}

#footer
{
	clear: both;
	font-size: 0.8em;
	padding: 50px 0 50px 160px;
}

#footer p
{
	margin: 0;
	color: #666;
	text-align: center;
}

p.gradient
{
	background: url('../img/p_bg.jpg') repeat-x;
	padding: 20px;
	font-style: italic;
}

/* TAGS */
h1,h2,h3
{
	margin: 0;
	font-weight: normal;
	color: #605F6A;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.3em;
}

a
{
	color: #526E7D;
	text-decoration: none;
}

a:hover
{
	color: #A93246;
}
