/* ##################################################################### */
/* HTML ELEMENTS
/* ##################################################################### */

body, html
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url('../images/body_bg.gif');
	font-family:Arial;
	font-size:12px;
	color:#646464;
	
	text-align: center; /* centering for IE 5.5 */
}

img
{
	border:none;
	padding:0;
	margin:0;
}

p, td, .csc-firstHeader
{
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:12px;
	line-height:15px;
}



/* ##################################################################### */
/* MAIN DIVS
/* ##################################################################### */

#wrap
{
	position:relative;
	width:849px;
	margin:50px auto;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}

#border
{
	width:845px;
	border:1px solid #FFFFFF;
	padding:1px;
}

#container
{
	width:825px;
	background-color:#FFFFFF;
	background-image:url('../images/submenu_bg.gif');
	background-position:left;
	background-repeat:repeat-y;
	border:10px solid #FFFFFF;
	text-align:left;
}

#menu
{
	width:660px;
	height:47px;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
	padding-left:165px;
}

html. * #menu { width:825px; } /* IE 5.5 */

#submenu
{
	width:165px;
	padding-top:30px;
}

#content
{
	float:right;
	padding-top:30px;
	padding-left:32px;
	padding-right:60px;
	width:562px;
}

#footer
{
	padding-bottom:3px;
	clear:both;
}

#cobali
{
	width:849px;
	padding-top:4px;
	text-align:right;
}



/* ##################################################################### */
/* CLASSES
/* ##################################################################### */

.content-header
{
	margin-bottom:20px;
}

.content-subheader
{
	margin-bottom:10px;
}

.padding
{
	height:50px;
}

.clearer
{
	clear:both;
}

#content a
{
	text-decoration:none;
	color:#939C9C;
}

#content a:hover
{
	color:#647070;
}

.ttcontent-text
{
	margin-bottom:20px;
}