*
{margin: 0px; padding: 0px;}

body
{
	background: #83E3FD url('images/body_bg.png') repeat-x top center;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif;
	color: #053F4F;
}

a         {color: #053F4F;}
a:hover   {color: #76CDE1;}
a:visited {color: #328FA9;}

div#column
{
	display: block;
	padding: 0px;
	margin-left: 5%;
	margin-right: 5%;
	background: #FFF url('images/column_bg.png') repeat-x top right;
}

div#header
{
	margin: 0;
	height: 135px;
	background: url('images/header_bg.png') no-repeat top left;
}

div#header div#header_right
{
	display: block;
	float: right;
	background: url('images/header_right_bg.png') no-repeat top right;
	width: 31px;
	height: 55px;
}

div#header h1
{display: none;}

div#page
{
	background: url('images/page_bg.png') no-repeat top left;
}


/**Navigation******************************************************************************************/
div#nav
{
	float: left;
	width: 214px;
	padding-left: 14px;
}

div#nav_inner
{
	margin: 15px;	
}

div#nav ul
{
	list-style-type: none;
}

div#nav h2
{
	font-variant: small-caps;
	font-size: 1em;
	border-bottom: 2px solid #025C67;
	margin-top: 0.5em;
	letter-spacing: 7px;
	font-weight: normal;
}

/**Content*********************************************************************************************/
div#main
{
	margin-left: 270px;	
	text-align: left;
}

div#main_right
{
	display: block;
	float: right;
	width: 37px;
	height: 266px;
	background: url('images/main_right_bg.png') no-repeat top right;
}

div#content
{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 40px;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5
{
	display: block;
	font-variant: small-caps;
	font-size: 1.5em;
	border-bottom: 2px solid #025C67;
	margin-bottom: 0.5em;
	letter-spacing: 7px;
	font-weight: normal;
}

div#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

div#content h3
{
	margin-top: 1em;
	margin-bottom: 0em;
}

div#content h3 a, div#content h2 a {text-decoration: none; color: #053F4F;}
div#content h2 {border: none;}

/**Footer**********************************************************************************************/
div#footer
{
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

div#footer div.main
{
	display: block;
	height: 30px;	
	margin-left: 30px;
	margin-right: 30px;
	background-color: #FFF;
}

div#footer_right
{
	background: url('images/footer_right_bg.gif') no-repeat bottom right;
}

div#footer_left
{
	background: url('images/footer_left_bg.gif') no-repeat bottom left;
}

/**
 * ~~ Styling for twitter sidebar widget ~~
 * ul.twitter: the main ul (if list is activated)
 * li.twitter-item: the ul items (if list is activated)
 * p.twitter-message: each one of the paragraphs (if msgs > 1)
 * .twitter-timestamp: the timestamp span class
 * a.twitter-link: the tweet link class
 * a.twitter-user: the @username reply link class
 */
ul.twitter {font-size: 80%;}
li.twitter-item {margin-bottom: 1em;}
