body {
	font:12px Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #242521;
	background: #000000 url(../images/bg_01.jpg) repeat top center;
}

a {
	color: #242521;
	text-decoration:none;
}

#container {
	width: 728px;  
	margin: 0 auto;
	
	text-align: left;
}
#header {
	background: transparent; 
	padding: 0px;
	width:728px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}

#mainBanner {
	margin-bottom:10px;
}

#topContent {
	background:url(../images/home_page_04.png) no-repeat;
	width:728px;
	height:98px;
	margin-bottom:10px;
	padding: 0px 5px 0px 5px;
}

#topContent .inputBox {
	background:url(../images/home_page_06.png) no-repeat;
	float:left;
	height:66px;
	width:498px;
}

#topContent .input {
	width:455px;
	float:left;
	background-color:#FFFFFF;
	margin:20px;
	font:24px Tahoma, Geneva, sans-serif;
	border:0px;
}

#topContent .button {
	width:170px;
	height:66px;
	float:left;
	background:url(../images/home_page_07.png) no-repeat;
	border:0px;
}

#topContent .bdelete {
	width:170px;
	height:66px;
	float:left;
	background:url(../images/home_page_08.png) no-repeat;
	border:0px;
}

 #resultContent {
	 width:728px;
	margin: 0px 0px 10px;
	background: #F5FABA;
}

#resultContent .top {
	background:url(../images/mid_0.png) no-repeat;
	height:8px;
}

#resultContent .bottom {
	background:url(../images/mid_1.png) no-repeat;
	height:8px;
}

#mainContent {
	 width:728px;
	margin: 0px 0px 10px;
	background: #F5FABA;
}

#mainContent .top {
	background:url(../images/mid_0.png) no-repeat;
	height:8px;
}

#mainContent .content {
	padding:0px 5px 5px 5px;
}

#mainContent .bottom {
	background:url(../images/mid_1.png) no-repeat;
	height:8px;
}

#mainContent p {
	background: #f5faba;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

#navig {
float: right;
background: #F5FABA url(../images/nav_left.gif) left bottom no-repeat;
}
#navig ul {
float: left;
background: url(../images/nav_right.gif) right bottom no-repeat;
padding: 0 .8em 2px;
margin: 0;
}
#navig li {
font-size:10px;
float: left;
list-style: none;
margin: 0;
background: none;
padding: 0;
}
#navig li a {
float: left;
padding: 0 1em;
line-height: 25px;
font-size: 1.2em;
color: #242521;
text-decoration: none;
margin-bottom: 2px;
}
#navig li a:hover {
color: #242521;
border-bottom: 2px solid #333333;
margin-bottom: 0;
}

#footer {
	padding: 0px;
	/*background:url(../images/footer_0.png) no-repeat;*/
	height:72px;
	width:728px;
	text-align:left;
}
#footer span {
	color: #f0ff01;	
}

#footer p {
	color:#FFF;
	margin: 0;
	padding: 0px;
}

#footer a {
	color: #f0ff01;
	font-weight:bold;
	text-decoration:none;
}

#leftRow {
float:left;
}

#rightRow {
float:left;
}

.red { color:#CC0000 !important; }