body {
    background: #0061a8;
    color: #464646;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0 auto;
    width: 1024px;
}

a {
    color: #f00;
    text-decoration: none;
	background: none;
}

a:visited {
    color: #f00;
	background: none;	
}

a:hover {
	color: #ffffff;
	background: #0061a8;
}

img {
    border: none;
    display: block;
}

img.floatLeft { 
    float: left;
    margin-right: 20px; 
}

img.floatRight { 
    float: right;
    margin-left: 20px; 
}

img.floatCenter {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

form {
    border: solid 1px #999999;
    color: #464646;
    margin: 0 auto;
    padding: 14px;
    width: 450px;
}

form label {
    display: block;
    float: left;
    margin: 18px 5px 5px 5px;
	text-align: left;
    width: 120px;
} 

form p {
    color: #999999;
    font-size: 0.9em;
}

#header {
	background: url("./media/images/layout/header-bg.jpg") no-repeat;
	height: 80px;
	width: 1024px;
	position: relative;
}

#header ul {
    float: right;
    list-style: none;
    margin: 50px 0 0;
	font-size: 0.6em;
	color: #ff0;
}

#header ul li {
    float: left;
    margin-left: 10px;
	margin-right: 10px;
}

#header ul li a {
	color: #ffffff;	
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover {
	color: #ff0;
	text-decoration: overline;
}

#header .description {
	font-size: 0.7em;
	text-align: left;
	margin-left: 20px;
}
	
#page {
	float: left;
	width: 1003px;
	background: #ffffff;
	padding-top: 20px;
	padding-left: 20px;	
}

#content {
	float: left;
	background: #ffffff;
	border: none; 
	width: 676px;	
    font-size: 0.7em;		
}

#content h1 {
    font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 7px;
    padding-bottom: 10px;
	background: url("./media/images/layout/headings-bg.jpg") repeat-x;
}

#sidebar {
	float: right;
	width: 280px;
	background: #ffffff;
    font-size: 0.7em;
	padding-right: 22px;
}

#sidebar h1 {
    font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 10px;
    padding-bottom: 10px;
	background: #0061a8;
}

#sidebar h2 {
	text-align: left;	
    font-size: 0.9em;
	color: #ffffff;
	margin-top: 0px;
	padding: 7px 0px 10px 10px;
	background: url("./media/images/layout/headings-bg.jpg") repeat-x;
}

#sidebar h3 {
	font-size: 1.1em;
	color: #f00;
}

#sidebar h3 a {
	font-size: 1.0em;
	color: #f00;
	text-decoration: underline;	
}

#sidebar h3 a:hover {
	font-size: 1.0em;
	color: #ffffff;
}

#sidebar h4 {
    font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 10px;
    padding-bottom: 10px;
	background: #0061a8;
}

#sidebar .textheader {
    font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 10px;
    padding-bottom: 10px;
	background: #0061a8;
	width: 350px;
}

#tree {
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer {
    color: #ffffff;
    font-size: 0.6em;
    text-align: left;
}

#footer a {
	color: #ffffff;	
	text-decoration: underline;
}

#footer a:hover {
	color: #ff0;
	text-decoration: overline;	
}

.go-button .sidebtn {
    margin: 0;
    padding: 0;
}

.go-button .sidebtn li {
	border: none;
	background: url("./media/images/layout/go-button.gif") no-repeat;
	width:236px;
	height:36px;
    list-style: none;
    float: left;
    font: 1.0em Tahoma, Arial;
	margin-left: 20px;
}

.go-button .sidebtn li a {
	color: #000000;
	display: block;
	font-weight: normal;
	padding-top: 12px;
	padding-left: 0;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}

.go-button .sidebtn li a:hover {
	color: #ffffff;
	background: none;
}

.portfolio {
	text-align: center;
}

.portfolio .featuredworks {
	margin-left: 38px;
	margin-right: 38px;	
}

.column-two .left, .column-two .right {
    float: left;
    width: 330px;
}

.column-two .right {
    margin-left: 10px;
}

.box-page {
    float: left;
    width: 630px;	
    margin-top: 10px;
	margin-left: 7px;
    padding: 10px 15px;
}

.box {
    margin-top: 10px;
	margin-left: 7px;
    padding: 10px 15px;
}

.post {
	clear:both;
}

.post h2 {
	text-align: left;	
    font-size: 0.9em;
	color: #ffffff;
	margin-top: 0px;
	padding: 7px 0px 10px 10px;
	background: url("./media/images/layout/headings-bg.jpg") repeat-x;
}

.post h3 {
	text-align: left;
	font-size: 1.1em;
	color: #182253;
}

.entry {
	clear: both;
}

.right-sidebar {
	text-transform: capitalize;
	text-align: center;
}

.right-sidebar img {
    border: none;
	margin: 20px 55px 20px 55px;
}

.list {
	text-align: left;
}

.more {
	text-align: right;
}

.filler-small {
    clear: both;
    height: 1px;
}
