*{
	font: 100% Verdana, Tahoma, Arial, Sans-serif;
	margin: 0;
	padding:0;
}
a:link{
	text-decoration: none;
	font-weight: bold;
	color: #738C99;
	border-bottom: 1px solid #738C99;
}
a:visited{
	text-decoration: none;
	color: #999;
	border-bottom: 1px solid #999;
}
a:hover{
	color: #000;
}
span{display:none;}
body{
	margin: 0 auto;
	text-align: center;
	background: #F2F2F2 url(light_bg.png) 0 380px repeat-x;
}
strong{font-weight: bold;}
/**********************/
#header{
	background: #738C99 url(head_bg.png) repeat-x;
}
.container{
	width: 915px;
	height: 138px;
	margin:0px auto;
}
#header h1{
	height: 138px;
	width: 355px;
	float:left;
	font-size: 400%;
	background: url(header.png) 0 20px no-repeat;
}
#header .container p{
	text-align: right;
	float:right;
	padding-top: 50px;
	color: #98C5D9;
	font-size: 70%;
	line-height: 1.8em;
}
#bigbar{
	background: #13100F url(bar_strip.png) 0 50px repeat-x;
	height: 250px;
	border-top: 5px solid #96A9B1;
	border-bottom: 5px solid #FFF;
	text-align:left;
}
#bigbar img{
	margin-top: 32px;
	margin-left:50px;
}
#bigbar .block{
	height:133px;
	width:393px;
	padding:30px 50px;
	background:#13100F;
	margin-top:32px;
	margin-left:30px;
	border: 1px solid #555;
	color:#738C99;
}
#bigbar .block h2{
	text-align:left;
	font-size:160%;
	color:#FFF;
	font-family:Georgia;
}
#bigbar .block h4{
	text-align:left;
	font-size:60%;
	color:#999;
	border-bottom: 1px solid #738C99;
}
#bigbar .block p{
	text-align:left;
	font-family:Georgia;
	font-size:90%;
	line-height:2em;
	font-style:italic;
}
/**********************/
#page{
	margin:0px auto;
	width: 915px;
}
#sidebar{
	width: 240px;
	float: right;
	margin-bottom: 1em;
	margin-top: 10px;
}
#sidebar ul{
	list-style: none;
	text-align: left;
	border: 5px solid #FFF;
	border-top-width:6px;
	margin-bottom: 10px;
}
#sidebar li a{
	font-size: 80%;
	font-family:Georgia;
	font-weight: bold;
	color: #738C99;
	padding: .3em 1em;
	display:block;
	background: #FAFAFA;
	border-bottom: 1px dotted #FFF;
}
#sidebar .current a{
	color:#000;
}
#sidebar li a:hover{
	background: #FFF;
	color: #000;
}
#sidebar blockquote{
	background: #738C99;
	color: #FAFAFA;
	font-size: 70%;
	text-align: left;
	padding: 10px;
	font-style: italic;
	line-height: 1.7em;
	margin-bottom:12px;
	margin-top: 1em;
}
#sidebar cite{
	text-align: left;
	font-size: 70%;
	background: url(quote_arrow.png) 10px 0 no-repeat;
	padding-top:16px;
	margin-left:-40px;
	color:#738C99;
}
#sidebar p{
	background: #738C99;
	color: #FAFAFA;
	font-size: 70%;
	text-align: left;
	padding: 10px;
	line-height: 1.7em;
	margin-bottom:12px;
	margin-top: 1em;
}
/**********************/
#content{
	color: #38302D;
	width: 560px;
	padding: 1em 40px;
	float: left;
	background: #FCFCFC;
	border-right: 5px solid #FFF;
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	margin-bottom: 10px;
}
#content h1{
	font-family:Georgia;
	font-size: 300%;
	border-bottom: 2px solid #000;
	text-align:left;
}
#content h1 a{
	font-family:Georgia;
	font-weight:normal;
	text-align:left;
}
#content h2{
	font-family: Georgia;
	font-size: 120%;
	letter-spacing: .5em;
	margin: 1.5em 0;
	color: #38302D;
}
#content h3{
	font-family: Georgia;
	font-weight:bold;
	text-align:left;
	color:#38302D;
	font-size:120%;
	border-bottom: 2px solid #CCC;
	margin-bottom:5px;
}
#content p{
	text-align: left;
	font-size: 80%;
	margin-bottom: 1.2em;
	line-height: 1.7em;
	text-align: justify;
}
#content .signature{
	text-align:right;
	font-size:120%;
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
#content ul{
	list-style-type: square;
	padding-left: 53px;
	text-align:left;
	font-size:80%;
}
#content li{
	margin-bottom:.5em;
	margin-top:.5em;
}
#content blockquote{
	text-align: left;
	font-style: italic;
	color: #738C99;
	padding: 1em 2em 1em 2em;
	margin-bottom: 1em;
	font-size: 75%;
	line-height: 2em;
	background:#FFF;
}
.preview{
	background:#FFF;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #CCC;
	border-bottom-color:#555;
	border-top-color:#EEE;
}
#content .preview p{
	font-size:65%;
	margin: 10px 10px 5px 10px;
	color:#888;
}
/************/
#content form{
	font-size: 80%;
	text-align:right;
}
#content form ol{
	list-style-type: none;
}
#content form ol li{
	border-bottom: 1px solid #CCC;
	padding:10px;
}
#content form .warning label{
	font-weight:bold;
	font-style:italic;
}
#content form label{
	float:left;
	font-family:Georgia;
}
#content form input{
	padding:2px;
}
#content form textarea{
	width:350px;
	height:400px;
}
/************/
.project{
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
	overflow:auto;
}
.project h3 a{
	font-family:Georgia;
	font-size:130%;
	border:0;
	color:#000;
	padding-left:10px;
	font-weight:normal;
}
.project h3 a:hover{
	color:#738C99;
}
.project a img{
	float: right;
	text-decoration:none;
	background:#FFF;
	padding:10px;
	margin:10px;
}
.project img{
	border:1px solid #CCC;
}
.project p{
	margin-left:10px;
	font-size:80%;
}
#footerbar{
	background: #13100F;
	border-top: 5px solid #FFF;
	font-size: 60%;
	text-align: left;
	color: #5A4C47;
	padding: 1em;
	clear:both;
}