* { padding: 0; margin: 0; }

body {
 background-repeat: repeat;
 background-image: url(img/sbg3.gif);
 background-color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #4c4c4c;
 height: 100%;
 margin-top: 20px;
 margin-bottom:20px;
}

#wrapper { 
 margin: 0 auto;
 width: 656px;
 height: 100%;
 background-color: #789060;
 border: solid 14px #222222;
 background-image: url(img/brc.gif);
 background-repeat: no-repeat;
 background-position: 100% 100%;
}

#header {
 width: 656px;
 margin-bottom: -20px;
}

#leftcolumn {
 width: 656px;
}

#leftcolumndiv, #footerdiv {
 margin-left: 50px;
 margin-right: 50px;
}

#footer { 
 width: 656px;
 clear: both;
 margin: 0px 0px 20px 0px;
}

#flashcontent {
 width: 50%;		
}

h1 {
 font-style: normal;
 font-weight: normal;
 letter-spacing: -1px;
 color: #BEE6F1;
 margin-bottom: 5px;
 font-size: 30px;
}

h2 {
 margin-bottom: 5px;
 font-style: normal;
 font-weight: normal;
 font-size: 11px;
 color: #BEE6F1;
}

h3 {
 font-style: normal;
 font-weight: normal;
 color: #C0D4AD;
 margin-bottom:10px;
 font-size: 13px;
}

a:link, a:visited {
 padding: 0 0 1px 0;
 text-decoration: none;
 color: #E2E39A;
}
	
a:hover {
 text-decoration: underline;
}

a.front:link, a.front:visited {
 padding: 0 3px 1px 3px;
 text-decoration: none;
 background-color: #5C7047;
 color: #E2E39A;
}

a.front:hover {
 background-color: #E2E39A;
 color: #5C7047;
 text-decoration: none;
}

a.fronto:link, a.fronto:visited {
 padding: 0 3px 1px 3px;
 text-decoration: none;
 background-color: #E2E39A;
 color: #5C7047;
}

a.fronto:hover {
 background-color: #5C7047;
 color: #E2E39A;
 text-decoration: none;
}

.fronti {
color: #a0ba88;
}

p {
 margin-bottom: 15px;
 line-height: 1.5em;
 color: #C0D4AD;
 font-size: 12px;
}

hr {
 margin-bottom: 20px;
 margin-top: 20px;
 background-color: #95AD7D;
 border: 0;
 height: 1px;
}

img.pbox { 
 border: solid 14px #95AD7D;
}

/* blog
------------------------------------- */

p.bloghunder {
 font-size:10px;
 color:#FFFFFF;
 margin-top: -1em;
 line-height: 1.5em;
}

.alt {
 padding: 10px;
 margin-top: 20px;
 background-color:#6C8454;
}

.standard {
 padding: 10px;
 margin-top: 20px;
 background-color:#6C8454;
}

#commentlist {
 font-size:20px;
 color:#6C8454;
 line-height: 1.5em;	
}

.commentauthor, .commentdate {
 font-size:12px;
 color:#fff;
 line-height: 1.5em;
}

h2#comments, #commentsformheader{
 text-align:center;
 text-transform: uppercase;
 background:#6C8454;
 padding:7px;
 font-size: 12px;
 margin-bottom:20px;
 margin-top:20px;
}

a.blogh:link, a.blogh:visited {
 text-decoration: none;
 color: #ffffff;
}

a.blogh:hover, a.blogh.brwslnk:hover {
 color: #fff;
 text-decoration: underline;
}

/* Lists
------------------------------------- */

.worklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.work {
	background-image: url(../img/list_work1.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 1em;
	color:#FFFFFF;
}

.lilist {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.blue {
	background-image: url(../img/list_bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 2em;
	color:#C0D4AD;
	font-size: 14px; 
	font-weight: bold;
}

li.red {
	background-image: url(../img/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 4em;
	color:#FFFFFF;
}

li.red:hover {
	background-image: url(../img/list_bullet2.gif);
	color:#E2E39A;
}


ul {
	list-style-type: circle;
}

li {
	margin-bottom:5px;
	color:#FFFFFF;	
}
