/** BASIC */

body {
	height: 100%;
	background-color: #000000;
	background-image:url(images/stripebg.jpg);
	background-repeat:repeat;
	background-position: center bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

html {
	background-color: #000000;
}

li {
font-size:12px;
padding-right:25px;
}
/** HEADER */

#edge {
	border-color: #990000;
	border-width:thin;
	border-style:solid;
 }

#header {
	width: 900px;
	height: 99px;
	margin: 0px auto;
}

/** LOGO 

#logo {
	float: left;
	width: 300px;
	height: 99px;
	background: url(images/subpage01.jpg) no-repeat left bottom;
}
*/
#logo h1, #logo h2 {
	text-indent: -999em;
}

/** MENU */

#menu {
	float: right;
	width: 600px;
	height: 99px;
}

#menu ul {
	margin: 0px;
	padding: 40px 0px 0px 220px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 14px;
	padding: 2px 25px 0px 25px;
	background: url(images/homepage02.gif) no-repeat left top;
}

#menu li.first {
	background: none;
}

/** PAGE */

#page {
	width: 900px;
	margin: 0px auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 170px;
	padding: 0px 36px 0px 94px;
}

/** CONTENT */

#content {
	float: right;
	width: 480px;
	padding: 40px 116px 0px 4px;
}

/** BOX1 */

#box1 {
	background-color: #000000;
}

/** BOX2 */

#box2 {
	background-color: #333333;
}

/** BOX3 */

#box3 {
}

/** FOOTER */

#footer {
	width: 900px;
	height: 100px;
	margin: 0px auto;
}