body{
	padding:0;
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #e6e6e6 url(../images/target.png) no-repeat fixed;
}

#wrap {
	margin:0 auto;
	width:720px;
	float: left;
}

#navigation{
	float: left;
	width: 180px;
	position: fixed;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	left: 0;
	top: 5px;
	z-index: 1;
}

#footer {
	text-align: right;
	font-size: 8pt;
	font-style: italic;
	margin-top: 10px;
	color: gray;
	background-color: white;
}

#content{
	top: 0;
	left: 200px;
	position: relative;
	float: left;
}

.entry{
	top: 0;
	width: 400px;
	margin: 20px;
	position: relative;
	float: left;
}

.article{
	background-color: white;
	padding: 5px 25px 3px;
}

.box_top {
	background: url(../images/box_top.png) no-repeat;
	height: 20px;
}

.box_bottom {
	background: url(../images/box_bottom.png) no-repeat 0 -1px;
	height: 40px;
}

.foot_space{
	height: 30px;
	clear: left;
}

h1 {
	font-size: 14pt;
	background-color: white;
}

h2 {
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: white;
}

h3 {
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
}

.description {
	background-color: white;
}

ul, ol {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	padding-right: 10%;
	padding-left: 10%;
	list-style-type: square;
	list-style-position: outside;
	opacity: 1;
	background-color: white;
}

.entry p {
	font: 11pt/140% Georgia, "Times New Roman", Times, serif;
	background-color: white;
	text-align: justify;
}

.entrymeta {
	font: italic 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.extra_space{
	height: 50px;
	border-bottom-style: none;
	border-style: none;
}

p img {
	padding: 0px 0;
	border-style: none;
}

a, a:visited {
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	opacity: 1;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	color: blue;
}

#link {
}

#link a, #link a:visited {
	background-color: white;
	color: blue;
}

/*a:target:focus:active {
	
}*/

#link a:hover {
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	opacity: 1;
	color: #fede58;
	font-weight: bold;
	text-decoration: underline;
	background-color: #000;
}

#article a, #article a:visited {
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	opacity: 1;
	color: black;
	position: relative;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	background-color: white;
}

.article a:hover {
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	opacity: 1;
	text-decoration: underline;
	background-color: #fede58;
}