@charset "utf-8";
/* CSS Document */

/* Colors 

Beige #d0a877

dark grey #999

light red  #930
Bright red #C00
Red #900
Dark Red #600

White #fff

Green #360
Dark green #060

*/

/* globals */

body {
	background:#ffffff url();
	font-family: "trebuchet", verdana, arial, san-serif;
}

#wrapper {
	width:82.5em;
	margin: 3em auto;
	padding: 0;
}

li {
	padding:0 0 0em 0;
}

a:link {
	color: #930;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #360;
}
a:hover {
	text-decoration: none;
	color: #060;
}
a:active {
	text-decoration: underline;
	color: #930;
}

/* header */

h1 {
	padding-bottom:0em;
	text-indent: 0px;
		background:url();
}
#img {
	background:url(images/anthonyimg.jpg) left bottom no-repeat;
	width:82.5em;
	padding-bottom:13em;
	display: none;
}

/* Navigation */
#navbar, #navbarNoCol {
	display:none;
}

/* Main Content layout */

#content {
	width: 82.5em;
	background: url() repeat-y top left;
	padding: 0;
}
#maincontent {
	width:79em;
	float: none;
	padding: 2em 1em 2em 2.5em;
	background:url();
	margin: 0.4em;
}
#maincontent div {
	width:25em;
	float:left;
	padding-bottom: 0em;
}
#maincontent p {
	padding:1.2em 1.2em 1.7em 0;
	line-height: 1.7em;
}
#maincontentfull {
	width:78em;
	float: none;
	padding: 2em 2em;
	background:#fff url();
	margin: 0.4em;
}
#maincontentfull p {
	line-height: 1.8em;
	padding-bottom: 1.5em;
}

/* Sidebar */

#sidebar {
	width:77em;
	float:none;
	padding: 2em 2.5em;
}
#sidebar  ul  {
	margin-top: 1em;
}
#sidebar p {
	padding:0em 0;
}

/* Footer */

#footer {
	background:#fff;
	clear:both;
	padding: 0 0 0 2.5em;
	overflow: hidden;
	color: #000;
}
#footer div {
	width:40em;
	float:none;
}
#footer p {
color:#000;
font-size:1em;
}
#footer h6 {
	color:#000;
	font-size:0.9em;
	font-weight: normal;
}
#footer a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}


/* Font Styles */

h2 {
	color: #C00;
	font-weight: bold;
	font-size: 1.5em;
	clear:both;
}

h3{
	letter-spacing:0.1em;
	color: #336600;
	font-weight: bold;
	margin-top: 0.5em;
	font-size: 1.4em;
	clear:both;
}

h4 {
	letter-spacing:0.1em;
	color: #006600;
	padding: 1em 0 0.5em 0;
	font-size: 1.4em;
	clear:both;
}
h5 {
	letter-spacing:0.1em;
	color: #990000;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.5em 0 1em 0;
	clear:both;
}
h6 {
	letter-spacing:0.1em;
	color: #990000;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0.5em;
	clear:both;
}

/* misc */


.picturesleft {
	margin: 0em 2em 0em 0;
	float: left;
}
.picturesright {
	margin: 0em 2em 0.5em 0;
	float: left;
	border: 0;
	position: relative;
}

/* global Force */
p, a, a:link, a:visited, a:hover, a:active {
color:#000;
}
