@import url("styles.css");

body {
	margin: 20px 0;
	text-align: center;
	background-image: url(/image/rocktile.jpg);
	font-family: Tahoma, sans-serif;
}
#page {
	font-size: 14px;
	color: #333333;
	margin: auto;
	width: 891px;
	text-align: left;
	background: white;
	border: 3px solid white;
}
#main {
}

#content {
	padding: 10px 0;
}

#sidemenu {
	color: #FFFFFF;
	width: 150px;
	padding: 0 0 0 0;
	background: url(/image/sidemenu_bg.jpg) top left repeat-y;
}
#sidemenu ul {
	list-style-type: none;
	margin-right: 10px;
	margin: 0px;
	padding-left: 0;
	padding-top: 5px;
}
#sidemenu ul li {
	border-bottom: 1px solid white;
	padding: 3px;
}


#sidemenu a {
	color: white;
	text-decoration: none;
}

div.errors {
        background: #ffbfbf;
        color: #800000;
        font-weight: bold;
        border-top: 1px solid #800000;
        border-bottom: 1px solid #800000;
        padding: 2px 5px 2px 5px;
        margin-bottom: 10px;
        text-align: left;
}

div.messages {
        background: #bfffbf;
        color: #008000;
        font-weight: bold;
        border-top: 1px solid #008000;
        border-bottom: 1px solid #008000;
        padding: 2px 5px 2px 5px;
        margin-bottom: 10px;
        text-align: left;
}

#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Tahoma, sans-serif;
}

#body {
	padding: 0 15px;
	line-height: 1.4em;
}

