
/* BUTTON */
a.squarebutton{
display: block;
background: url(../images/button.png);
text-decoration:none;
font-weight:bold;
border:1px solid;
padding-left: 27px;
padding-top: 7px;
border-color: #345;
width: 152px;
height: 23px;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #ffffff; /*button text color*/
}
a.squarebutton:hover{ /* Hover state CSS */
border-color: #469;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* MAIN */

strong {
	color: #6BC;
	font: normal
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 2px;
	padding-bottom: 0px;
	border-bottom: 1px solid #235;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #9bd;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 120%;
	text-align: justify;
}

ul, ol {
	margin-left: 2em;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Page */

#page {
	min-width:780px;
	max-width:850px;
	margin: 15px auto;
	border: #F9A300 solid 1px;
}


/* Widebar */

#widebar {
	background: #0a0b0b url(../images/bottom.jpg) no-repeat top center;
}

#widebar #colA {
	float: left;
	width: 33.33%;
	background: #0a0b0b url(../images/glowdown.jpg) no-repeat top center;
	height: 100%
}

#widebar #colB {
	float: left;
	width: 33.33%;
	background: #0a0b0b url(../images/glowdown.jpg) no-repeat top center;
	height: 100%
}

#widebar #colC {
	float: left;
	width: 33.34%;
	background: #0a0b0b url(../images/glowdown.jpg) no-repeat top center;
	height: 100%
}

.inside {
	padding: 7px;
} 

#widebar2 {
	padding: 0px 0px 0px 0px;
	background: #1a1f22 url(../images/bottom.jpg) no-repeat top center;
}

#widebar2 #colA {
	float: left;
	width: 64%;
	padding: 8px 8px 8px 8px;
	height: 100%
}

#widebar2 #colB {
	float: right;
	width: 32%;
	padding: 8px 8px 8px 8px;
	height: 100%
}