/*
	Author	:	Paul Hudson
	Email		:	paul@dragondreams.org.uk
	Website	:	http://www.dragondreams.org.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#ffffff;
	color:#333300;
	font-family: Arial, Helvetica, sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:auto;
	margin:0 auto;
	width:751px;
	align:center;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	margin-top:20px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	white-space: nowrap;
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto 30px auto;
	width:750px;
	height:auto;
	list-style:none;
; clip:  rect(auto   )
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}

}
#navigation-magenta a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation-magenta a:hover {
	background:#990033;
	color:#ff99ff;
}


#navigation-yellow a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation-yellow a:hover {
	background:#ffff33;
	color:#333300;
}


#navigation-pink a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation-pink a:hover {
	background:#ff99ff;
	color:#333300;
}


#navigation-orange a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation-orange a:hover {
	background:#ff9933;
	color:#333300;
}



#navigation .active {
	background:#333300;
	color:#ffffff;
}

/* content */
#content {
	height:auto;
	margin:20px auto;
	padding:40px 0 20px 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
	margin: 20px;
}
#content p {
	margin:20px 40px 0 20px;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}

.textInput
{border: 1px solid #333333;
background: #cccccc;
color: #333300
}

img{
	border:20px solid #ffffff;
	float:right;
}
