@CHARSET "UTF-8";

body
{
	background-color: #fcf6e5;
	margin: .5em 0em 1em;
	
	font-family: verdana;
	font-size: .8em;
	color: #9d0000;
}

p 
{
	margin: 10px 0px 0px;
}

a
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#outerWrapper
{	
	background-color: red;
	background-image: url("../images/background/background.gif");
	
	position: relative;
	margin: 0em auto;
	width: 750px;
}

#loginStatus
{
	position: absolute;
	top: 19px;
	left: 160px;
	color: #000;
	font-size: .9em;
}
span.username
{
	font-style: italic;
}

#bottomWrapper
{	
	background-color: blue;
	height: 5px;
}

.spacer
{
	clear: both;
}


/*************************************
**									**
**		LINKS ELEMENTS				**
**									**
*************************************/

/***************
** Define a background for the linksWrapper
** and position in left top corner
***************/
#linksWrapper
{
	float: left;
	width: 166px;
	
	background-color: 00ffff;
	background-image: url("../images/background/left.gif");
}

.linksBlock
{
	display: block;
}

/***************
** Define the attributes for all mainLinks
***************/
.mainAWrapper
{
	background-image: url("../images/background/links_background.gif");
}

.mainLink, .mainLinkActive
{
	margin: 0px 16px 0px 38px;
	padding: 5px 0px;
	display: block;
	text-align: center;
	
	font-size: .9em;
	font-weight: bold;
	color: #000000; 
	text-decoration: none;
}

.mainLinkActive
{
	background-color: #ddd;
}

a.mainLink:hover, a.mainLinkActive:hover
{
	color: #9d0000;
	background-color: #ffdfd1; 
	text-decoration: none;
}


/*************************************
**									**
**		CONTENT ELEMENTS			**
**									**
*************************************/

/***************
** Align the contentWrapper to the right side of the linksWrapper
width outerWrapper --> 750
width linksWrapper --> 166
width contentWrapper --> 584
***************/
#contentWrapper
{
	float: left;
	width: 569px;
	background-image: url("../images/background/top.gif");
	padding: 47px 10px 10px 5px;
	background-repeat: no-repeat;
}

.mainContentWrapper
{
	float: left;
	width: 100%;
}

.mainContentWrapperInclSide
{
	float:left;
	width: 350px;
	margin-right: 19px;
	margin-bottom: 10px;
}

.sideContentWrapper
{
	float: left;
	width: 200px;
	margin-bottom: 10px
}

.bottomContentWrapper
{
	width: 100%;
	float: left;
	text-align: center;
}

.subLinksWrapper
{
	background-image: url("../images/background/sublinks/background.gif");
	background-position: right;
	background-repeat: repeat-y;
	background-color: #ffffff;
	
	float: left;
	padding: 4px 5px;
	margin-bottom: 15px;
	
	font-size: .9em;
	
}

.subLinksWrapperEmpty
{
	height: 15px;
}

.subLink, .subLinkActive
{
	padding: 2px 5px;
	text-decoration: none;
	color: #000000;
	border-left: 1px solid #bbbbbb;
}

.subLinkActive
{
	background-color: #edbbbb;
}

a.subLink:hover, a.subLinkActive:hover
{
	background-color: #bbbbbb;
}

h1, h2
{
	margin: 0px;
	color: #000000;
	font-weight: bold;
}

h1
{	
	padding: 0px .4em 3px;

	font-size: 1.1em;
	font-style: italic;
}

h2
{
	font-size: 1em;
	margin-top: 10px;
}

h3
{
	font-size: 1em;
	margin: 0px;
	font-style: italic;
}

h4
{
	font-size: .9em;
	margin: 0px;
	margin-bottom: 3px;
}

h3, h4
{
	font-weight: normal;
}