/* Start of CMSMS style sheet 'yvidef' */
* {
	margin: 0;
	padding: 0;
	}

html, body {
	font-size: 10px;
	font-family: 'Lucida Grande', 'Verdana', 'Arial', Sans-Serif;
        line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	width:100%;
        min-height: 100%;
        height:auto !important; 
        height:100%; 	
        background-color: #EEE8E0;
}

#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: left;
	width: 750px;
        min-height: 100%;
        height:auto !important; 
        height:100%; 	
        text-align:left;
	background-color: #FFF;
	}

#header {
	position: absolute;
	height: 200px;
	width: 600px;
	top: 0px;
	left:0px;
	background-color: #000;
}

#menu {
	position: absolute;
	height: 80px;
	width: 600px;
	text-align: right;
	z-index: 3;
	top: 138px;
	right: 75px;
}

#menu span a, #menu span a:visited  {
	font-size: 1em;
	font-family: 'Lucida Grande', 'Verdana', 'Arial', Sans-Serif;
	text-decoration: none;
	color:#333;
	letter-spacing: 0.1em;
}

#menu span a:hover {
	text-decoration: none;
	color:#666666;
}

#contentwrapper {
	position: relative;
        min-height: 100%;
        height:auto !important; 
        height:100%; 	
        width: 750px;
	top: 200px;
	left: 0px;
	background-color: #FFF;
}

#content {
	position: relative;
        min-height: 100%;
        height:auto !important; 
        height:100%;
        width: 620px;
	left: 65px;
}

#content td {
	border-right-width: 0;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
        padding: 10px;
}

#issue{
	position: relative;
	height: 527px;
	width: 620px;
	left: 65px;
	background-color: #969;
}

#footer {
        position: absolute;
        bottom: 0px;
	text-align: left;
	width: 750px;
	height: 1px;
}

.break {
	clear: both;
}

/* End of 'yvidef' */

