/* Jungle Computer CSS Document 07-11-10 */

body {
	 background-image: url(../images/main_bg01.jpg);
	 background-repeat: repeat;
	 background-position: top;
	 background-attachment: fixed;
	 margin: 0px 0px 10px 0px;
	 padding: 0px 0px 10px 0px;
}

.div-colors {
	background-image: url(../images/main_template_03a.png);
	background-repeat: no-repeat;
}

.div-toolbar {
	background-image: url(../images/main_template_04.png);
	background-repeat: no-repeat;
}

.div-left_content {
	background-image: url(../images/main_template_08.png);
	background-repeat: repeat-y;
}

.div-right_content{
	background-image: url(../images/main_template_10.png);
	background-repeat: repeat-y;
}

.div-center_content{
	background-image: url(../images/main_template_11.png);
	background-repeat: repeat-y;
}

.div-center_picture {
	background-image: url(../images/main_template_06.png);
	background-repeat: no-repeat;
}

.div-bottom {
	background-image: url(../images/main_template_13.png);
	background-repeat: no-repeat;
}

.header_content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #cef95f;
}

.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #ffffff;
}

.content-small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
}

.content-bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fffff0;
}

a.copyrightlink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #fffff0;
}

a.copyrightlink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;	
	color: #fffff0;
}

a.contentlink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

a.contentlink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;	
	color: #ffffff;
}

