@charset "utf-8";

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0px auto;
	padding:0px;
	font-size:13px;
}

#header{
	background-image:url(../images/header-920-grad-purple.jpg);
	position:relative;
	color:#C90;
	top:0px;
	height:100px;
	margin:auto;
	width: 900px;
	padding:10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color:#241C2D;
}

#photobar{
	position:relative;
	background-image:url(../images/of_law.jpg);
	top:0px;
	height:180px;
	margin:auto;
	width: 900px;
	padding:10px;
}

#menu{
	position:relative;
	background-color:#000;
	height:30px;
	margin:auto;
	width: 920px;
	padding:0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color:#333;	

}

.colmask{
	background-color:#666;
	position:relative;
	width:920px;
	margin:auto;
}

.leftcol{
	background-color:#FFF;
	position:relative;
	float:left;
	width:620px;
	padding:20px;
}

.rightcol{
	position:relative;
	color:#FFF;
	float:right;
	width:240px;
	padding:10px;
}

#footer{
	background-color:#000;
	background-image:url(../images/footer-bg-920.jpg);
	color: #FFF;
	clear:both;
	position:relative;
	top:0;
	height:50px;
	margin:auto;
	width: 900px;
	padding:10px;
}

.blue {
	color:#06C; 
	text-decoration:none;
}

.title {
	font-size:24px;
}

.subtitle {
	font-size:18px;
}


