/* Force Scrollbars */
html { min-height: 100%; margin-bottom: 1px; }

/* =Whitespace reset
-----------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Content Layout Styles
-----------------------------------------------
(presentational classes for quick and dirty page layout)
*/
.clearboth { clear: both; }

.halfleft {
	width: 49%;
	float: left;
}

.halfright {
	width: 49%;
	float: right;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

/* =Typography
-----------------------------------------------
Basics, overridden by type stylesheet.
*/
body {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.4;
}

h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
ul, ol { margin-left: 20px; }

p,
h2,
h3,
h4,
h5,
h6,
ul,
ol { margin-bottom: 10px; }

/* =Structure
-----------------------------------------------
*/

#wrapper { 
	width: 890px;
	margin: 0 auto;
	/*background: transparent url("graphical-resources/grid.gif") center top repeat-y;*/
}

#content {
	width: 630px;
	float: left;
	margin-top: 10px;
}

#sidebar {
	width: 240px;
	float: right;
	margin-top: 38px;
}




body{
	margin: 0;
	background: #000 url("/i/tile1.jpg") center top repeat-x;
	color: #ccd;
}

#header {
	position: relative;
	height: 313px;
}

#header img { margin: 0 60px; }

#navbar {
	position: absolute;
	left: 0px;
	top: 268px;
	margin: 0;
	padding: 0;
}

#navbar li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#navbar li a {
	float: left;
	background: #000;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	color: #f64;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	opacity: .7;
}

#navbar li a:hover {
	color: #f20;
	background: #000 url("/i/navpointer.gif") center bottom no-repeat;	
}

/*#sidebar,
#content { border-top: 1px solid #333; }*/

a {
	color: #f64;
}

a img { border-width: 0; }

a.blocklink {
	display: block;
	text-align: center;
}

h1 {
	color: #fff;
	font-size: 230%;
	line-height: 30px;
	font-family: "Georgia";
	font-weight: normal;
}

/* =Gallery
-----------------------------------------------
*/
#gallery a {
	display: block;
	float: left;
	border: 5px solid #fff;
	border-bottom-width: 15px;
	margin: 10px 20px 10px 0;
}

/* =Contact Page
-----------------------------------------------
*/
form label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

form label input,
form label select,
form label textarea {
	display: block;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}

form label textarea {
	width: 300px;
	height: 150px;
}