/* Start of CMSMS style sheet 'som splash' */
* {
	
                margin:0px;
	padding:0;
	border:0px none;
	}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 62.5%;
}

h1 {
	margin-bottom: 15px;	
	}

p {
	
                font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	/*text-align: justify;*/
	}

#head {
	

                background-image: url('uploads/images/head1.jpg');
                background-repeat: repeat-x;
	border-top: 2px dotted white;
	border-bottom: 2px dotted white;
	height: 150px;
	margin: 20px 0;
	width: 100%
	}

#middle {
	width: 100%;
	}

#container {
	/*border: 1px solid white;*/
	margin: 0 auto;
	width: 960px;
	}
	
#nav {
	border-bottom: 1px dotted white;
	height: 20px;
	margin-bottom: 30px;
	text-align: right;
	width: 960px;
	}
	
#navlist li {
	display: inline;
	font-size: 1.4em;
                font-weight: bold;
	padding-left: 0.6em;
	}	
	
#navlist a {
	color: white;
	text-decoration: none;
	}	
	
#navlist a:hover {
	color: #FFFF00;
	text-decoration: underline;
	}
	
#left {
	/*border: 1px solid white;*/
	float: left;
	/*height: 400px;*/
	padding-bottom: 20px;
	padding-right: 30px;
	width: 270px;
	}	
	
#right {
	/*border: 1px solid white;*/
	float: left;
	/*height: 400px;*/
	padding-bottom: 20px;
	padding-top: 27px;
	width: 660px;
	}		

#foot {
	/*border-top: 1px dotted white;*/
	clear: both;
	height: 10px;
                margin-bottom: 15px;	
                width: 100%;
               }
/* End of 'som splash' */

