body {
    background-color:#CCCCCC;
    margin:0px;
}

/** Sidebar definitions... **/
#sidebar {
    float:left;
    width:177px;
    background-color:#FFCC99;
    margin-right:4px;
}

#sidebarleft {
    background:url('../gfx/layout/sidebar_left.jpg') repeat-y left;
}

#sidebarright {
    background:url('../gfx/layout/sidebar_right.jpg') repeat-y right;
}

#sidebarbottom1 {
    width:177px;
    height:39px;
    background:url('../gfx/layout/sidebar_seperator.jpg') no-repeat;
}

#sidebarbottom2 {
    width:177px;
    height:34px;
    background:url('../gfx/layout/sidebar_bottom.jpg') no-repeat;
}

.sidebarbox {
	background:url('../gfx/layout/sidebar_seperator.jpg') no-repeat;
	padding:42px 29px 8px 28px;
	font-size:11px;
}

.sidebarbox.centered {
	text-align:center;
}

/** Header definitions... **/
#header {
    width:819px;
    height:354px;
    margin-bottom:10px;
}

#headerleft {
    float:left;
    width:32px;
    height:286px;
    background:url('../gfx/layout/header_left.jpg') no-repeat;
}

#headercenter {
    float:left;
    width:764px;
    height:286px;
}

#headertop {
    width:764px;
    height:21px;
    background:url('../gfx/layout/header_top.jpg') no-repeat;
}

#headerbanner {
    width:764px;
    height:244px;
}

#headerbottom {
    width:764px;
    height:21px;
    background:url('../gfx/layout/header_bottom.jpg') no-repeat;
}

#headerright {
    float:left;
    width:23px;
    height:286px;
    background:url('../gfx/layout/header_right.jpg') no-repeat;
}

#headernavigation {
    clear:both;
}

/** Content definitions... **/
#content {
    width:819px;
}

#contenttop {
    margin-left:7px;
    width:806px;
    height:85px;
    background:url('../gfx/layout/content_top.jpg') no-repeat;
}

#contentcenter {
    background-color:#FFCC99;
    margin-left:19px;
    margin-right:23px;
}

#contentleft {
    background:url('../gfx/layout/content_left.jpg') repeat-y left;
}

#contentright {
    background:url('../gfx/layout/content_right.jpg') repeat-y right;
}

#contentbottom {
    margin-left:7px;
    width:806px;
    height:46px;
    background:url('../gfx/layout/content_bottom.jpg') no-repeat;
}

#contentmain {
    padding:5px 34px 1px 35px;
}

/** Other definitions... **/
#mainframe {
    float:left;
    width:819px;
}

#mainnavigation {
    border:0px;
}

/** Popupmenus... **/
.popup {
    display:none;
    /*background:url('../gfx/layout/popup.jpg');*/
    background-color:#FFCC99;
    border:2px #663d21 solid;
}

.popupbody {
    padding:0px;
}

.popupoption {
    padding:5px;
}

.popupoption_intended {
    padding:3px 3px 3px 13px;
    font-size:90%;
}

.popupoption:hover {
    background-color:#EEBB88;
}

.popupoption_intended:hover {
    background-color:#EEBB88;
}

.popupoption a {
    font-weight:bold;
    /*letter-spacing:120%;*/
}



#copyrights {
	margin:auto;
	width:1006px;
	/*height:26px;
	background-image:url('../gfx/layout/bottom.jpg');*/

	text-align:center;
	font-size:11px;
	/*letter-spacing:0.5px;*/
	color:#FFFFFF;
}

