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

html {
    height: 100%;
}

body {
    background: #333133 url(images/logo.png) top center no-repeat;
    height: 100%;

}

ul {
    list-style-type: disc;
    list-style-position: outside; 
}

li {
    padding-left: 10px;
}

#center {
	min-height: 100%;
	height: auto !important;
	height: 100%;
    width: 800px;
    margin: 200px auto 0px;
    position: relative;
    background: #fff url(images/containerBack.jpg) bottom center no-repeat;
    padding: 0px 0px 45px;
    border: 10px solid #cf9b18;
    z-index:0;
}

/*#pageContainer {
    width: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    position: relative;
    margin: 0px auto -2em;
}*/

#leftCol {
    width: 250px;
    height: auto;
    margin: 30px 0px 0px 10px;
    float: left;
}

#rightCol {
    width: 520px;
    height: auto;
    margin: 30px 10px 0px 0px;
    float: right;
}

#mainContent {
    width: 498px;
    height: auto;
    background: url(images/black-back.png) repeat scroll;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cf9b18;
    padding: 10px;
    overflow: auto;
}

#rightConstants {
    width: 498px;
    height: auto;
    background: url(images/black-back.png) repeat scroll;
    border: 1px solid #cf9b18;
    padding: 10px;
    overflow: auto;
}

#navBox {
    width: 228px;
    height: auto;
    background: url(images/black-back.png) repeat scroll;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cf9b18;
    padding: 10px;
    font-size: 1.25em;
    overflow: auto;
}

#constants1 { 
    width: 228px;
    height: auto;
    background: url(images/black-back.png) repeat scroll;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cf9b18;
    padding: 10px;
    overflow: auto;
}

#constants2 {
    width: 228px;
    height: auto;
    background: url(images/black-back.png) repeat scroll;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cf9b18;
    padding: 10px;
    overflow: auto;
}

.link_list {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 5px;
}

.link_list li {
	margin: 5px 0px 5px 0px;
}

.link_list a {
	color: #c7cf72;
	margin: 5px 0px 5px 0px;
}

.link_list a:hover {
    color: #cf9b18;
    font-weight: normal;
}

/*.link_list a:visited {
	color: #c7cf72;
}*/

.current_page_link {
    list-style-type: none;
    list-style-position: inside;
}

.current_page_link a {
	color: #FFFFFF;
    font-weight: bold;
}

.current_page_link a:hover {
    font-weight: bold;
}

/*.current_page_link a:visited {
	color: #FFFFFF;
    font-weight: bold;
	padding-left: 5px;
}*/

.child_link_list {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 10px;
    font-weight: normal;
    font-size: 11px;
}

.current_child_link a {
	font-weight: normal;
}

#clear_footer {
    clear: both;
}

#footer {
    width: 800px;
    height: 20px;
    text-align: center;
    z-index: 2;
    border-top: 10px solid #cf9b18;
    background-color: #c7cf72;
    color: #333133;
    font-size: 0.75em;
    padding: 5px 0px 0px 0px;
    position: absolute;
    bottom: 00px;
}