/* Start of CMSMS style sheet 'style' */
/* algemeen */
body {
	background: #ccc;
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial;
	font-size: 12Px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

p, h1, h2, h3, h4, ul, li, span {
       margin: 0px;
       padding: 0px;
}

p {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

div#container {
	
}

div#page {
	position: relative;
	margin: 0px auto;
	width: 940px;
	background: #fff;
}

div#header {
	position: relative;
	background: url(./uploads/images/header_background.jpg) repeat-x;
	width: 100%;
	height: 63px;
	text-align: center;
        border-left: #000 solid 1px;
        border-right: #000 solid 1px;
}

div#header img {
    position: absolute;
    left: 10px;
    top: 10px;
}

div#content {
	position: relative;
	width: 880px;
	min-height: 400px;
	text-align: left;
        background: #FBB161;
        border-left: #000 solid 1px;
        border-right: #000 solid 1px;
        padding: 30px;
}

div#content p {
       font-size: 12px;
       margin-top: 5px;
       margin-bottom: 15px;
}

div#content h2 {
       font-size: 15px; 
}

div#footer {
	position: relative;
	width: 100%;
	height: 21px;
	background: url(./uploads/images/footer_background.jpg) repeat-x;
	text-align: center;
        border-left: #000 solid 1px;
        border-right: #000 solid 1px;
}

div#footer {
	position: relative;
	width: 100%;
	height: 21px;
	background: url(../../uploads/images/footer_background.jpg) repeat-x;
	text-align: center;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
}

div#footer ul {
    position: absolute;
    right: 0px;
    top: 2px;
    margin: 0px;
    padding: 0px;
}

div#footer ul li {
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    list-style-type: none;
    margin-right: 5px;    
}

div#footer ul li a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
}

div#footer ul li a:hover {
    text-decoration: underline;    
} 

div#credits {
       font-size: 11px;
       color: #333;
       font-weight: bold;
}

div#credits img {
       border: none;
}

div#credits a {
      color: #333;
}
/* End of 'style' */

