*{margin: 0px; padding:0px;}
body {
  width: expression((documentElement.clientWidth) <1024?'999px':'');
	min-width:1004px;
	max-width:100%;
	background: #f6d9bc url(/img/cameo_bg.jpg) repeat-x left top;
	font-family: Verdana, Helvetica, sans-serif; font-size: 13px;
  color: #371200;
}

table {
  border: 0; border-collapse: collapse;
}

table td {
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}

img {
  border: 0;
}

a {
  color: #971705;
  text-decoration: underline;
}

a:hover {
  color: #f0782a;
}

p {
	margin: 10px 0;
}

h1 {
	color: #971705;
	font-family: Georgia, times;
	font-size: 30px; font-weight: normal;
	margin: 20px 0 20px 0;
	padding: 0;
}

h2 {
	color: #971705;
	font-size: 16px; font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
}

b, strong {
	color: #971705;
	font-weight: bold;
}

#win{margin: 0 auto 0 auto; background: url(/img/bg.jpg) repeat left top; width:1004px; border-bottom: 10px solid #B16738; border-left: 1px solid #B16738; border-right: 1px solid #B16738;}
#top{height: 362px; background: url(/img/head_title.jpg); background-repeat: no-repeat; background-position: center top;}
#top .center {height: 362px; background: url(/img/head_center.jpg) no-repeat center 106px;}
#top .bottom {height: 362px; background: url(/img/head_bottom.jpg) no-repeat center 229px;}

/* Main Menu */
#main_menu {margin: 0px; padding: 0; height: 54px; text-align: center;}
#main_menu ul {padding: 0; margin: 0; margin-top: 4px; margin-left: 170px; height: 54px;}
*html #main_menu ul {margin-left: 40px;}
#main_menu ul li { color: #E55705; font-size: 13px; padding: 0; margin: 17px; list-style: none; float: left; text-transform: uppercase; font-weight: bold}
#main_menu ul li a { color: #971705; font-size: 15px; font-weight: bold; text-decoration: none;}
#main_menu ul li a:hover { color: #E55705; font-size: 15px; font-weight: bold; text-decoration: underline;}

/* Central position */
#center_layer{ height:290px; width: 100%; background: url(/img/menu_bg_right.jpg) no-repeat right top;}
.menu{ height:290px; width: 100%; background: url(/img/menu_bg.jpg) repeat-x left top; display: inline-table; height: 1%;}
.menu .left{ height:290px; width: 100%; background: url(/img/menu_bg_left.jpg) no-repeat left top; display: inline-table; height: 1%;}
#center_layer img {border: 1px solid #971705; margin-top: 20px;}
#ideas_column img.title {border: 0; width: 278px; height: 62px; margin-top: 20px; margin-right: 22px; clear: both; float: none; margin-left: 41px;}
#ideas_column {width: 342px;}
#ideas {font-size: 11px; color: #532903; margin: 0 auto 20px 57px; width: 211px; background: url(/img/block_bg.jpg) repeat left top; padding: 20px; padding-top: 0; border-bottom: 5px solid #B16738;}
#ideas a {text-decoration: none;}
#ideas a:hover {text-decoration: underline;}
 
/* Content */
#content{ margin-left: 30px; margin-right: 0px; margin-top: 5px; }
#content table td { padding: 0px; border-bottom: 1px dashed #663419; }
#content table td.white { background-color: #FFDAAB; }

#content p img.left {
	float: left; margin: 10px 30px 30px 0;
}

#content p img.right {
	float: right; margin: 10px 0 30px 30px;
}

#content ol { margin: 20px; }
#content ol li { margin: 10px; font-size: 14px; color: #971705; font-weight: bold;}

#content ul { margin-left: 20px; }
#content ul li { margin: 5px; font-size: 13px; color: #371200; font-weight: normal;}

.counters {
  /*opacity: 0.5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5;*/
  font-size: 9px; text-align: center; vertical-align: middle;
}

.counters img {
  border: 0 !important;
}

#footer { padding: auto 10px; text-align: center; height: 50px; vertical-align: top;}
#footer div {width: 70%; border-top: 2px solid #663419; margin: 20px auto 0 auto;}
#footer div.bottom {border: 0; margin-top: 20px; font-size: 9px;}

#pager{ margin-top:10px;}
#pager a:link, #pager a:visited{padding-left:3px;  font-size:14px; font-weight:bold; color:#6e3b0e; text-decoration:none}
#pager span{padding-left:3px;  font-size:14px; font-weight:bold; color:#FF0000; text-decoration:none}

/* Input component */
input, textarea {
	padding: 2px;
	background-color: #fdf8f2;
	border: 1px solid #E2BA96;
	width: 300px;
  font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

input:hover, textarea:hover { border-color: #971705; }

.button { padding: 1px 3px; background-color:#FFFFE8; color:#971705; font-weight: bold; text-transform:uppercase;}
