@charset "UTF-8";
/* CSS Document */

.ContentHeadings {
	color:#F7F1D9;
	font-weight:normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AAE300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;;
	padding-left: 0;
}

.price {
	margin-left:50px;
}

.faqTitle {
	font-size:13px;
	font-weight:bold;
	color: #6F3C1E;
	margin-bottom:0px;
}

.faqContent {
	margin-bottom:20px;
	margin-top:0px;
}

#news {
	float:left;
	width:830px;
	margin-top:20px;
	margin-left:50px;
	text-align:center;
}

#news h2 {
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
}

#news h2 {
	color:#F7F1D9;
	width:410px;
	font-weight:normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AAE300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;;
	padding-left: 0;
}

#news h3 {
	margin:0 0 20px 0;
	padding:0;
}

#newsList {
	float:left;
	width:400px;
	text-align:center;
}

#newsList {
}

#newsList a {
	color:#000000;
	text-decoration:none;
}

#newsList a.button {
	display:block;
	width:50px;
	height:18px;
	color:#FFFFFF;
	padding:2px 0 0 0;
	text-decoration:none;
	background-image: url(../images/admin_edit_button.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#newsList a.button:hover {
	background-image: url(../images/admin_edit_button_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#newsList img {
	border:0;
}

#newsList table {
	width:400px;
}

#newsList td {
	border:0;
	padding:0 5px;
	margin:10px;
	vertical-align:middle;
}

#newsList tr:hover {
	background-color:#754C24;
}

#newsList tr {
	height:30px;
}

#newsList tr#header {
	background-color:#FAF6E5;
	color:#754C24;
	height:25px;
	margin:0 0 5px 0;
}

#addNotice {
	float:right;
	width:300px;
	margin:40px 30px 0 0;
}

#addNotice h4 {
	font-size:14px;
	margin:0;
	padding:0;
}

#addNotice p {
	margin:0 0 40px 0;
}

#addNotice a {
	color:#FFFFFF;
	text-decoration:none;
}

#addNotice a:hover {
	text-decoration:underline;
}

#currentTable {
	position:relative;
	margin:0 0 30px 0;
	padding:0;
	border: 1px solid #FAF6E5;
	height:454px;
	width:400px;
}

#createNews {
	position:absolute;
	bottom:2px;
	left:125px;
}

#createNews a {
	display:block;
	width:171px;
	height:21px;
	color:#FFFFFF;
	padding:4px 0 0 0;
	text-decoration:none;
	background-image: url(../images/admin_long_button.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#createNews a:hover {
	background-image: url(../images/admin_long_button_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#newsEdited {
	text-align:left;
	position:relative;
	float:right;
	width:400px;
}

#newsEdited h2 {
	text-align:center;
}

#newsEdited img {
	vertical-align:middle;
	border:0;
}

#newsEdited td.header {
	background-color:#FAF6E5;
	color:#754C24;
	height:30px;
	padding:0 10px;
}

#newsEdited input#date {
	width:70px;
}

#newsEdited input#title {
	width:322px;
}

#newsEdited a {
	color:#FFFFFF;
	text-decoration:none;
}

#newsEdited a:hover {
	text-decoration:underline;
}

#editTable {
	margin:0;
	padding:0;
	border: 1px solid #FAF6E5;
}

.format {
	font-size:10px;
	font-style:italic;
}

.clear {
	clear:both;
}
