body {
	margin: 0;
	padding: 0;
	background: #F8F8F8 url(img/back.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
}


/**** DIVIDERS ****/

div.navigation {
	width: 500px;
	height: 26px;
	background: url(img/head.jpg) top no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-top: 84px;
	padding-left: 230px;
}

div.navigation a {
	color: #FFF;
	text-decoration: none;
}

div.navigation a:hover {
	color: #000;
	text-decoration: none;
}

div.container {
	width: 730px;
	background: url(img/c_back.jpg) left repeat-y;
	margin: 0 auto;
}

div.content {
	width: 660px;
	background: url(img/c_head.jpg) top no-repeat;
	padding: 40px 20px 30px 20px;
	border-bottom: 1px solid #CCC;
}

div.byline {
	width: 700px;
	color: #CCC;
	text-align: center;
	margin: 10px auto;
}

div.byline a {
	color: #CCC;
	text-decoration: none;
}

div.byline a:hover {
	color: #000;
	text-decoration: none;
}

div.boxHead {
	font-size: 11px;
	font-weight: bold;
}

div.boxMain {
	background: #F8F8F8;
	padding: 10px;
}

div.boxFoot {
	font-size: 9px;
	background: #F8F8F8;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

img.avatar {
	margin-left: 10px;
	border: 10px solid #4095CD;
	background-color: #4095CD;
	float: right;
}


/**** TEXT TAGS ETC ****/

h1 {
	font-size: 20px;
	color: #000;
}

h2 {
	font-size: 16px;
	color: #000;
}

h3 {
	font-size: 12px;
	color: #000;
}

p, td {
	font-size: 10px;
}

a {
	color: #FA7C15;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

hr {
	color: #0072BC;
	background-color: #0072BC;
	border-color: #0072BC;
	height: 10px;
}


/**** FORM TAGS ****/

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	border: 2px solid #FA7C15;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background: #FA7C15;
	color: #000;
}


/**** GALLERY CLASSES ****/

div.gallery img {
	border: 1px solid #000000;
	margin-bottom: 4px;
}

div.gallery img.nb {
	border: 0;
	margin: 0;
}

div.gallery td.thumb {
	background: #4095CD;
	color: #FFF;
	border: 1px solid #4095CD;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	font-weight: bold;
}

div.gallery td.photo {
	background: #4095CD;
	color: #FFF;
	border: 1px solid #4095CD;
	text-align: center;
	vertical-align: middle;
	padding: 16px;
	font-weight: bold;
}

div.gallery a.thumb {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

div.gallery a.thumb:hover {
	text-decoration: underline;
}

div.gallery div.title {
	color: #FA7C15;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}

div.gallery div.nav {
	font-size: 10px;
	text-align: center;
}

div.gallery input {
	border-color: #000;
}

div.gallery td {
	vertical-align: middle;
}

div.gallery table {
	border: 0;
}



