/* Start of CMSMS style sheet 'layout' */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000 url(images/gradient.png) repeat-x;
}

#outer {
	width: 900px;
	height: 600px;
	margin: 50px auto 0px auto;
	border: 1px solid #fff;
}

#inner {
	width: 900px;
	height: 270px;
}

#left {
	width: 500px;
	height: 270px;
	float: left;
}

#right {
	width: 399px;
	height: 270px;
	float: right;
	border-left: 1px solid #262626;
}

#footer {
	margin-top: 0px;
	color: #fff;
        padding-bottom: 20px;
}

#footer p {
	color: #fff;
	font-size: 12px;
	font-family: Tahoma;
}


#menu {
	margin-left: 28px;
	margin-top: 10px;
        margin-bottom: 8px;
	width: 399px;
	height: 30px;
	color: #0075bf;
	font-size: 24px;
}

#content {
	width: 368px;
	height: 205px;
        overflow: auto;
	color: #fff;
	font-size: 12px;
	font-family: Tahoma;
        position: relative;

}

p {
	padding: 0px 10px 15px 30px;
}

#menu a {
	color: #d5d5d5;
	font-size: 21px;
	font-family: Tahoma;
        text-decoration: none;
}

#menu a:hover {
	border-bottom: 1px solid #0075bf;
}

#footer p {
       padding: 0px 0px 0px 0px;
}

a {
       color: #0075bf;
}

a:hover {
       color: #999;
       text-decoration: none;
}

.doublecolon {
       color: #0075bf;  
       font-weight: bold;
}

.quote {
       padding: 20px 30px 15px 30px;
}

ul {
       margin: 5px 30px 15px 30px;
}

#testdiv {width:600px; margin:0 auto; border:1px solid #ccc; padding:20px 25px; background:#000}

#tinybox {position:absolute; display:none; padding:10px; background:#000 url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#000}

/* End of 'layout' */

