body {
background-image: url(images/bg.jpg);
color: #545454;
font-family: "franklin gothic book", sans-serif, "arial narrow";
font-size: 11px;
text-align: justify;
}
#content {
position: absolute;
right: 35px;
top: 410px;
width: 565px;
height: inherit;
text-align: justify;
text-transform: lowercase;
}
h1 {
font-family: "franklin gothic book", sans-serif, arial;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
font-weight: normal;
margin: 0px;
color: #d2d2d2;
text-align: right;
background-color: #e7474f;
margin-top: 25px;
}
#head {
background-image: url(images/lay.jpg);
width: 800px;
height: 459px;
position: absolute;
top: 0;
right: 0;
}
#nav {
position: absolute;
top: 220px;
right: 620px;
width: 130px;
height: inherit;
}
#nav a:link, #nav a:active, #nav a:visited {
display: block;
padding: 1px;
border-bottom: 1px solid #85d7d4;
padding-left: 28px;
text-decoration: none;
background: url(images/navbg.jpg) no-repeat;
background-color: #eaeaea;
color: #e7474f;
text-transform: uppercase;
}
#nav a:hover {
background-color: transparent;
text-transform: lowercase;
}
a:link, a:visited, a:active {
color: #e7474f;
}
a:hover {
background-color: #fff;
}
ul {
color: #545454;
margin: 15px 2px 15px 35px;
list-style-type: circle;
}
ol {
color: #545454;
margin: 15px 2px 15px 35px;
}
b {
font-family: "century gothic", sans-serif, arial;
color: #e67445;
letter-spacing: 1px;
}
i {
color: #00afd6;
}
blockquote {
background: url(images/bqtop.jpg) top left no-repeat #eaeaea;
padding: 25px 25px 10px 25px;
border: 1px dashed #000;
}
u {
text-decoration: none;
border-bottom: 1px dashed;
color: #000;
}
textarea, .input {
background: #eaeaea;
border: 1px dashed #000;
font-family: arial, sans-serif;
color: #5d5d5d;
font-size: 11px;
}
		p.error, p.success {
padding: 10px 10px 10px 10px;
border: 1px dashed #000;
		}