/*---------------------------*/
/*BODY*/
/*---------------------------*/

body {

	background-color: #9F9F9F;
	background-image: url('/resource/static/image/layout/background.jpg');
	background-repeat: repeat-x;

}

/*---------------------------*/
/*LAYOUT CONTAINER*/
/*---------------------------*/

.layoutcontainer{

	width: 920px;
	height: 100%;
	margin: 70px auto 0px auto;
	
}

/*---------------------------*/
/*LAYOUT GRID*/
/*---------------------------*/

.layoutgrid {

	width: 100%;

}

/*---------------------------*/
/*MAIN NAVIGATION MENU*/
/*---------------------------*/

.menu {

	width: 100%;
	height: 60px;

}

.menunav {

	border: 1px solid #333333;

}

.menunavcell{
	
	width: 180px;

}

.menunavcell img{

	border: 0px;

}

/*---------------------------*/
/*CANVAS*/
/*---------------------------*/

.canvas {

	width: 100%;

}

.canvasgrid{

	width: 100%;
	table-layout: fixed;

}

.canvasgridcell{


}

.canvasgridcell.leftcolumn {

	width: 720px;
	vertical-align: top;
	padding: 0px;
	background-image: url('/resource/static/image/layout/background_central.jpg');
	background-repeat: no-repeat;
	background-color: #515151;
	
}

.canvasgridcell.rightcolumn {

	width: 180px;
	vertical-align: top;
	padding: 0px;
	background-image: url('/resource/static/image/layout/background_side.jpg');
	background-color: #333333;

}

/*---------------------------*/
/*DEVELOPER INFO*/
/*---------------------------*/

.developerinfo {

	text-align: right;

}

.developerinfo p{
	
	color: #666666;
	font-family: Verdana;
	font-size: 10px;

}

.developerinfo a{
	
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;

}

/*---------------------------*/
/*ELEMENTS*/
/*---------------------------*/

h1 {
	height: 15px; 
	padding: 2px 2px 2px 7px;	
	font-size: 11px;
	color: #000000;
	background-image: url(\'/resource/static/image/layout/background_header.jpg\'); 
	background-color: #AAAAAA;
}

h1 a {
	font-size: 11px;
	color: #000000;
}

h2 {
	height: 15px; 
	padding: 2px 2px 2px 7px;
	font-size: 11px;
	color: #000000;
	background-image: url(\'/resource/static/image/layout/background_header.jpg\'); 
	background-color: #AAAAAA;
}

h2 a {
	font-size: 11px;
	color: #000000;
}

h3 {
	color: #EEEEEE;
}

h3 a {
	color: #EEEEEE;
}

p {
	color: #EEEEEE;
}

span {
	
}

a {
	color: #FF3030;
}

ul {
	color: #FF3030;
}

ol {
	color: #FF3030;
}

li {
	color: #FF3030;
}

li a {
	text-decoration: none;
	color: #EEEEEE;
}

li.highlight {
	color: #EEEEEE;
}

li.highlight a {
	text-decoration: underline;
}

hr {
	height: 0px;
	border: 1px solid #FF3030;
}

/*---------------------------*/
/*TEXT CLASSES*/
/*---------------------------*/

.normal {

}

.bold {

}

.underline {

}

.highlight {
	color: #FF3030;
}

.small {

}

/*---------------------------*/
/*SPECIAL TEXT CLASSES*/
/*---------------------------*/

.footer {
	
}
