@charset "UTF-8";
/* CSS Document */

body {
	background:url(images/bg2.png) repeat-x #000033;
	font-family:Helvetica, Arial, sans-serif;
	color:#0066FF;
	font-size:1em;
	overflow-y:scroll;
}
.box {
	margin:3em auto 1em auto;
	min-height:600px;
	width:800px;
	background:#fcfcff repeat-y;
	background-image:url(images/boxR.png), url(images/boxL.png);
	background-position:right, left;
	border:#000033 thin solid;
	color:#000033;
	font-size:meduim;
}
.boxbottom {
	margin-bottom:2em;
}
.copy {
	color:#FCFCFF;
	font-size:small;
	text-align:center;
	margin-bottom:2em;
}
.copy a {
	color:#FCFCFF;
}
p.indent {
	text-indent:1.3em;
	margin:1em;
}
.clear {
	clear:both;
}
.news {
	margin:0 auto;
	width:70%;
	font-style:italic;
	font-size:large;
}
.news p {
	text-indent:1em;
	font-style:normal;
	font-size:medium;
	margin:0 0 1em 0;
}
.bigcap {
	font-size:x-large;
}
.logo {
	background:#999 url(images/logo.png) top;
	width:100%;
	font-size:3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FCFCFF;
	padding:.2em 0;
	border-bottom:#000066 thin solid;
	font-variant:small-caps;
	text-align:center;
}
.heading {
	font-size:.4em;
}
.menu {
	background:url(images/menu.png) repeat-y #000066 center;
	width:88%;
	padding:.2em 0 .4em 0;
	margin:0 auto 1.5em auto;
	color:#FCFCFF;
	text-align:center;
	font-size:large;
}
.menu a {
	color:#FCFCFF;
	text-decoration:none;
}
.menu a:hover {
	color:#CCCCFF;
	text-decoration:underline;
}
a {
	color:#3333FF;
}
.thumb {
	float:left;
	margin:0 .5em;
	border:thin solid #000066;
}
.resume {
	width:75%;
	margin:0 2em;
}
.category {
	margin-top:1.5em;
	font-size:x-large;
}
.title {
	font-size:1.3em;
	width:90%;
	margin-left:10%;
	border-bottom:thin solid #000066;
}
.subcategory {
	margin:0 0 .5em 3.5em;
	font-size:large;
}
.picture {
	float:left;
	margin:0 1em;
	border:thin solid #000066;
}
