* {
    padding: 0;
    margin: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
/* line-height: 18px;
margin: 5px 2px 5px 2px;*/
color: #333333;
}

img { border: none; }

a { color: #22456F; text-decoration: none;}

a:hover { text-decoration: underline; color : #000; }

p {margin: 10px 10px 0px 10px;}

#wrap {
margin: 40px auto 0 auto;
width: 800px;
}

#menu_wrap {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 790px;
}

#menu_sub {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 790px;
}

#menu_sub td {
	font-size: 85%;
}

#header {
border: 5px solid #ddd;
height: 100px;
}

#header h1 {
font-size: 26px;
font-weight: 100;
/* letter-spacing: -3px; */
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #182535;
text-decoration: none;
}

#header h1 a:hover {
color: #000;
text-decoration: none;
}

#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
/* letter-spacing: -1px;
line-height: 12px;*/
}

.left {
margin-top: 10px;
width: 570px;
float: left;
text-align: justify;
border: 5px solid #ddd;
padding: 10px;
}
.left ul {
list-style-type: square;
text-indent: 40px;
padding: 0px 0px 0px 0px;
color: #59799F;
}
.left li {
padding: 8px 0px 8px 0px;
color: #59799F;
}
.left h2 {
color: #FF4800;
font-size: 24px;
/* letter-spacing: -3px; */
font-weight: 100;
padding : 10px 0 15px 0;
margin : 5px 0 5px 0;
}

.left h1 {
margin : 10px 0 15px 0;
}


.left_wide {
margin-top: 10px;
width: 770px;
float: left;
text-align: justify;
border: 5px solid #ddd;
padding: 10px;
}

.left_wide td {
margin-top: 5px;
margin-bottom: 5px
}
.left_wide ul {
	list-style-type: square;
	text-indent: 40px;
	padding: 0px 0px 0px 0px;
	color: #59799F;
}
.left_wide li {
	padding: 8px 0px 8px 0px;
	color: #59799F;
}



#articles p {
	margin: 10px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}

#articles tr, td {
	margin-top: 5px;
	margin-bottom: 5px;
	padding:5px 5px 5px 5px;
}

.right {
	margin-top: 10px;
	width: 160px;
	float: right;
	border: 5px solid #ddd;
	font-size: 12px;
	padding: 10px;
}

.right ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
	color: #59799F;
}

.right h2 {
	height: 30px;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}

.right a { text-decoration: none }


/* ALTERNTE LAYOUT */
.right_alt {
	margin-top: 10px;
	width: 575px;
	float: right;
	border: 5px solid #ddd;
	font-size: 12px;
	padding: 10px;
}
.right_alt ul {
	list-style-type: none;
	text-indent: 40px;
	padding: 0px 0px 0px 0px;
	color: #59799F;
}
.right_alt li {
	padding: 8px 0px 8px 0px;
	color: #59799F;
}

.left_alt {
	margin-top: 10px;
	width: 160px;
	float: left;
	text-align: justify;
	border: 5px solid #ddd;
	padding: 10px;
}

/*right nav */

.left_alt ul {
list-style: none;
margin: 0;
padding: 0;
}

.left_alt li {
display:block;
padding:0;
margin: 2px 0 2px 0px;
border-bottom: 1px dotted #888;
}
.left_alt li a {
display:block;
padding: 1px 1px 1px 6px;
text-decoration: none;
background:inherit;
}

.left_alt li a:hover{
background:#212121;
color: #fff;
}

.left_alt h2{
	font-size: 12px;
	font-weight: bold;
}


#footer {
	margin-top: 10px;
	text-align: center;
	color: #444;
	font-size: 11px;
	border: 5px solid #ddd;
	padding: 10px;
}

.guestbiopicbox {
  background:#333333;
  width:185px;
  height: 225px;
  margin: 5px 10px 5px 15px;
  border:3px solid #aaa;
}

