/* Start of CMSMS style sheet 'layout' */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}  

a {
       font-weight: bold;
}

a:hover {
       color: red;
}

#container {
        background: url(uploads/images/border.png) repeat-y;	
	border: 1px solid #999;
	font-family: Arial;
	font-size: 12px;
	margin: 5px auto 5px auto;
	width: 768px;
}

#content {
        min-height: 900px;
        padding-left: 200px;
	width: 568px;
}

#footer p {
        margin: 5px 5px 5px 250px;
}

h1 {
	color: #0099ff;
	font-size: 18px;
        padding: 15px 0px 0px 15px;
	text-decoration: underline;
}

ul {
	margin-left: 50px;
}

#menu {
        min-height: 900px;
        position: absolute;
	width: 200px;
}

#menu ul {
	font-family: Verdana;
	font-size: 14px;
	line-height: 23px;
	list-style-type: none;
        margin-left: 0px;
}

#menu ul li {
	background: #ccc;
	height: 20px;
	margin-top: 5px;
	width: 200px;
}

#menu ul li a {
	color: #000;
        font-weight: normal;
	margin-left: 5px;
	text-decoration: none;
}

#menu ul li:hover {
	background: #ffcc99;
}

p  {
	padding: 15px 5px 0px 15px;
}

center {
        margin-left: 20px;
}

table {
        margin-left: 20px;
}
/* End of 'layout' */

