body
{
	background-color:#FFF;
	background-image: url('../images/background.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	color:#000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:100%;
	margin:0;
	padding:0;
}

.outsideContainer
{
	width:1024px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	min-height:100%;
	text-align:left;
	background-color:#CCC;
	margin:0 auto;
	background-image: url('../images/outside_container.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

.clearer
{
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}

.header
{
	height:150px;

}

.content
{
	padding-bottom:30px;
}

.contentMain
{
	display:inline;
	clear:both;
	float:left;
	margin-top:0;
	width:200px;
	background-color:#AAA;
	min-height:150px;
	height:150px;
	padding-top: 20px;
}

.contentSub
{
	display:inline;
	float:right;
	width:804px;
	padding-top: 20px;
	padding-left: 20px;
	min-height:150px;
	height:150px;
	text-align: center;
}

html>body .contentMain,.contentSub
{
	height:auto;
}

.footer
{
	width:1024px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color:#AAA;
	font-size:11px;
	line-height: 30px;
	color:#000;
	text-align:left;
	position:relative;
	height:30px;
	margin:-30px auto 0;
}

.insideContainer
{
	position:relative;
	min-height:100%;
}

* html .footer
{
	margin-top:-30px;
}

* html .outsideContainer,html,* html .insideContainer
{
	height:100%;
}

/**
* EXTRA
**/

IMG
{
	border: 0px solid #FFF;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

p
{
margin: 0;
}

#ankerContainer
{ 
 	display: block;
 	width: 760px
 	background-color: #BBB;   
}

.anker
{
	float: left;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
}

fieldset
{
	width: 400px;

}
/**
*Menu
*/

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

li 
{ 
	list-style-type: none; 
	
}


li li 
{ 
	list-style-type: none; 
	padding-left: 45px;
	background-color: #EEE;
	display: block;
	height: 16px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}



#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.head 
{
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #AAA;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}

.head2
{
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #AAA;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}

#navigation a
{
	color: #000;
	text-decoration: none;
}

#navigation a:hover
{
	background-color: #FFF;
}
a { color: #000 }

