body {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: small;
	font-family: Arial, Verdana;
	color: #000;
	background-color: #333;
}

a {
	outline: none;
}

#warp {
	width: 1000px;
	margin: 0px auto;
	background: url(./images/wrap.png) repeat-x;
}
#head {
	height: 264px;
	/*background: #6A0000; /* url(./images/didge-art_logo.png) no-repeat; */
	z-index: 99;
}

#headline {
	
}

#container {
	height: 1%;
	border-left: 15px solid #6A0000;
	border-right: 15px solid #6A0000;
	border-bottom: 15px solid #6A0000;
}

#menu {
	float: left;
	width: 160px;
	background: url(./images/termits.gif) repeat-x;
}
#menu p {
	margin: 0;
	padding: 5px 0 5px 5px;
	background: #9C0500;
	border-bottom: 2px solid #770000;
	font-weight: bold;
	color: #f7f7f7;
}
#menu ul {
	padding: 10px 0 0 10px;
	margin:  0 0 10px 0px;
}
#menu li {
	font-size: 95%;
	list-style: none;
	line-height: 1.7em;
}
#menu a {
	padding-left: 5px;
}
#menu a:link, #menu a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #menu a:active {
	text-decoration: underline;
}

#content {
	float: right;
	text-align: justify;
	width: 769px;
	padding: 0 20px 10px 20px;
	background-color: #FFFFCC;
}
#content h1 {
	font-size: 200%;
	text-align:  center;
}

#footer {
	clear: both;
	padding: 15px 0 0 0;
	font-size: 80%;
	text-align: center;
	color: #fff;
	background: #6A0000;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #F1CC00;
	text-decoration: none;
}

.clear {
	clear: both;
}


/* IE Hacks 6 */

* html #container {
	margin-top: -36px;
}

* html #head {
	position: relative;
}

* html #menu, * html #content {
	display: inline;
}

* html #content {
	padding: 15px 20px 20px 0;
}

* html #content h1 {
	font-size: 160%;
}

* html #footer {
	padding: 5px 0 0 0;
}

/*
* html img, * html .png {
	position: relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", 
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", 
		this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), 
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", 
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
*/

/* IE Hacks 7 */

*+html #head {
	position: relative;
}

*+html #menu, *+html #content {
	display: inline;
}

*+html #content {
	padding: 15px 20px 20px 0;
}

*+html #footer {
	padding: 5px 0 0 0;
}

