/*-------------------------------------
Stylesheet for Dominique park Dressage
Author: Rude Goose
-------------------------------------*/
body{
	background:#092737 url(images/bg.jpg) repeat-x bottom;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}
a:link, a:visited{
	color:#069;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#122433;
}
blockquote{
	background:#eee url(images/quote.gif) no-repeat bottom right;
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #ccc;
	font-size:90%;
}
input, textarea{
	background:#eee;
	border:1px solid #ccc;
	display:block;
	width:300px;
}
input.submit{
	width:auto !important;
	background:#069;
	color:#fff;
}
label{
	display:block;
}
.author{
	color:#069;
	font-weight:bold;
}
#container{
	width:770px;
	text-align:left;
	position:relative;
	margin:10px auto;
	border:3px solid #069;
	background:#fff;
}
#content{
	width:400px;
	margin:20px 0 0 80px;
}
#content img{
	margin-bottom:2px;
	border:1px solid #ddd;
	padding:2px;
}
#header{
	background:url(images/title.gif) no-repeat;
	width:632px;
	height:145px;
	margin:30px 0 0 70px;
}
#header span{
	display:none;
}
#footer{
	height:380px;
	text-align:right;
	background:#fff url(images/rocho3.jpg) no-repeat bottom left;
}
#footer p{
	padding:320px 20px 0 0;
	font-size:110%;
}
#navigation{
	width:220px;
	height:415px;
	background:url(images/linkBG.jpg);
	float:right;
	margin:20px;
}
#navigation ul{
	padding:20px;
	margin:0;
	width:170px;
}
#navigation li{
	list-style:none;
	border-bottom:1px solid #ddd;
	padding:5px;
	margin:0;
}
.hide{
	display:none;
}
.message{
	width:280px;
	background:#fff;
	color:#069;
	padding:2px 10px;
	border:1px solid #ccc;
	margin-bottom:10px;
}

