/* Content Areas
----------------------------------------------- */

body {
	background:url(/images/background.gif);
	margin:0;
	font:"Times New Roman",Serif;
	text-align: center;
}

#header {
	width: 830px;
	margin: 0;
	padding:0;
}

#content {
	width: 830px;
	margin: 0;
	padding: 0;
	text-align:left;
	background:url(/images/marble.jpg);
}

#main {
	background:url(/images/background.gif);
	width: 630px;
	float: right;
  }
  
#sidebar {
	width: 200px;
	float: left;
	background:url(/images/marble.jpg);
  }
  
#footer {
	background:url(/images/background.gif);
	width: 830px;
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
}

/* Header
----------------------------------------------- */

#pagetitle {
   background: url(/images/CSlogo1.gif) top left no-repeat;
   width: 830px;
   height: 125px;
   margin: 0;
}

#pagetitle span {
	display: none;
}

/* Sidebar Content
----------------------------------------------- */

#sidebar p {
	font-color: white;
}

#sidebar ul {
	list-style: none;
	padding-left: 0;
	width: 190px;
}

#sidebar li {
	font-color: white;
	line-height: 1.5em;
	font-style: italic;
	text-align: center;
}

#sidebar ul.sidelinks li {
	font-size: 115%;
}

#sidebar a {
	color: white;
}

#sidebar a:hover {
	color: #FFCCCC;
}

#sidebar ul.privacy li {
	font-size: small;
	padding-top: 10px;
}

#sidebar h2 {
	padding-bottom:0;
	margin-bottom:0;
	padding-top:30px;
	color:#FFFFFF;
	font-size:20px;
}

/* Main Content
----------------------------------------------- */

#main a {
	color:#770000;
}

#main a:hover {
	color:#4A4A99;
}

h2.date-header {
	margin-left:20px;
	font-size:16px;
	color:#4A4A99;
}

h3.post-title {
	margin-left:40px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:22px;
	color:#000077;
}

h4 {

}

div.post-body {
	margin-left:40px;
}

p.post-footer {
	margin-left:40px;
	margin-bottom:40px;
	font-size:14px; 
	color:#999999;
}

.about {
	text-align: center;
	color: #000077;
	font-style: italic;
	margin: 0 auto;
	width: 350px;
}

.about h2 {
	margin-bottom: 0;
	font-weight: normal;
}

.about ul {
	width: 400px;
	padding: 10px;
	text-align: left;
}

.about ul li {
	font-size: 130%;
	line-height: 2em;
}

.about p.contact {
	padding-top: 20px;
}

.about .contact strong {
	font-style: normal;
	font-weight: bold;
	font-size: 150%;
	font-family: "AGaramond BoldItalic";
}

img {
	padding: 0px, 10px, 0px, 10px;
}

/* Footer Content
----------------------------------------------- */

#footer p {
	font-size: 80%;
	font-style: italic;
	text-align: center;
}
