/* Global
==============================================================================*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(../img/global/background.gif) fixed;
	width: 775px;
	margin: 0 auto;
}

/* Images
==============================================================================*/
img
{
	border: 0;
}

.floated-right-media
{
	float: right;
	margin: 15px 0px 15px 15px;
	border: 1px solid #000;
}

/* Links
==============================================================================*/
a
{
	color: #aaa;
	text-decoration:none;
}

a:hover
{ 
	color: #000;
	text-decoration:underline;
}

#left-content a
{
	font:12px/20px Georgia, "Times New Roman", Times, serif;
	color:#aaa;
	text-decoration:none;
}

#left-content a:hover
{
	font:12px/20px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}

/* Lists
==============================================================================*/
li
{
	list-style:none;
	display:block;
}

/* Headers
==============================================================================*/
h2
{
	text-align:right;
	padding:10px 20px;
}

h3
{
	font: bold 14px/22px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform:uppercase;
	
}

/* Layout
==============================================================================*/
#header
{	
	height: 100px;
	padding-bottom: 12px;
	background: url(../img/global/header-background.gif) repeat-x;
}

#page 
{
	clear: both;
	background-color: #fff; 
	margin: 5% auto 0 auto;
	width: 750px;
	font: 12px/1.4em Verdana, sans-serif;
	border:1px solid #000;
}

#content
{
	text-align:center;
	padding-bottom:20px;
	margin-bottom:10px;
}

#left-content
{
	float:left;
	padding:5px 20px;
	border:1px solid #eee;
	width: 450px;
	margin: 0px 20px;
	margin-bottom:10px;
	text-align:justify;
}

#right-content
{
	float:right;
	padding:5px 20px;
	text-align:right;
	font: bold 12px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#footer
{
	margin: 0px auto;
	padding: 2px 0;
	border-top: 1px solid #555;
	background-color: #fff;
	color: #555;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	clear:both;
}

#footer ul
{
	width: 740px;
}

#footer li
{
	display: inline;
	list-style: none;
	margin-left: 15px;
}

#footer a
{
	color:#ccc;
}

#footer a:hover
{
	color:#eee;
}

/* Navigation
==============================================================================*/
#menu 
{
	width: 750px;
	height: 20px;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	font: bold 12px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align: right;
	list-style: none;
	text-transform:uppercase;
}

#menu li
{
	margin-left: 0;
	display: inline;
}

#menu a
{
	padding: 0px 5px;
	color: #000;
	text-decoration: none;
}

#menu a:hover
{
	color: #bbb;
}

/* Text
==============================================================================*/
#tag-line 
{
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:5px;
	color:#000;
	padding: 0;
	margin:-2px 15px -1px 15px;
}
p 
{
	margin: 10px 0;
	text-align:justify;
	font:12px/20px Georgia, "Times New Roman", Times, serif;
}

.yellow
{
	color: #f1c900;
}

.leftAlign
{
	text-align: left;
}

.rightAlign
{
	text-align: right;
}

.centerAlign
{
	text-align: center;
}

acronym, abbr
{
	cursor: help
}

