* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E6E6E6;
	color: #000;
	font-size: 100%;
	font-family: "arial", helvetica, sans-serif;
}
a {
	text-decoration: none;
	/*color: #798B94;*/
     color: #5B6970;
	font-variant: small-caps;
	font-size: 79%;
	letter-spacing: .1em;
	border-bottom: 1px dashed #eee;
}

img a:hover {
	text-decoration: none;
	color: #fff;
	background: #c60000;
	border-bottom: 0px;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background: #c60000;
	border-bottom: 0px;
}
p {
	margin-bottom: 25px;
}
/* Header */
#header {
	background: #eee;
	float: left;
	width: 100%;
	background: url(/images/header_bgdbb.jpg) repeat-x;
	height: 75px;
	margin: 0;
}
#header h1 {
	margin-top: 15px;
	text-transform: lowercase;
	font-size: 39px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "arial", helvetica, sans-serif;
	padding-left: 10px;
}
#header h1 span {
	background: inherit;
	color: #DADADA;
}
#search {
	margin-top: -35px;
	float: right;
}
#header input {
	border: 0px solid #9bb2be;
	padding-left: 2px;
	padding-top: 2px;
	width: 105px;
	height: 19px;
	background: url(/images/search.png) no-repeat;
}
#header .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 6px;
	height: 20px;
	width: 50px;
	background: url(/images/submit.png) repeat-x;
}
#wrap {
	width: 900px;;
	margin: 0 auto;
}
/* left sidebar */
#lcon {
	width: 130px;
	float: left;
	margin-top: 30px;
	padding: 5px;
        Padding-right: 20px;
        padding-top: 10px;
	border-right: 1px solid #000;

}
#lcon h3 {
	text-transform: lowercase;
	font-size: 18px;
	color: #c60000;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "arial", helvetica, sans-serif;
	margin-bottom: 3px;
	border-bottom: 1px solid #000;
}
#lcon h3 span {
	background: inherit;
	color: #666;
}
#lcon p {
	margin-bottom: 5px;
}
#lcon .important {
	background: #eee;
	padding: 5px;
	margin-left: 20px;
}
#navlist {
	list-style-image: url(/images/square.png);
	padding-left: 20px;
	font-size: 1.0em;
}
/* Right Content */
#rcon {
	width: 700px;
	float: right;
	margin-top: 30px;
	/*border-left: 1px solid #000;*/
	padding: 10px;
        text-align: center;
        font-family: Arial;
        font-size:12px;
}
#rcon h3 {
	text-transform: lowercase;
	font-size: 18px;
	color: #c60000;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "arial", helvetica, sans-serif;
	margin-bottom: 3px;
	border-bottom: 1px solid #000;
}
#rcon h3 span {
	background: inherit;
	color: #666;
}
.published {
	display: block;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	padding: 2px;
	margin: 3px;
	background: #cb0000 url(/images/dback.png);
}
.pub-month {
	display: block;
	font-size: .9em;
	margin: 0;
	padding: 2px;
	background: #c60000;
	color: #fff;
}
.pub-date {
	display: block;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	color: #000;
}
/* footer */
#footer {
	clear: both;
	background: #eee;
	font-size: 76%;
	text-align: center;
}
#footer span {
	color: #666;
}



input{
	height: 25px;
	width: 300px;
	font-size: 20px;
}

textarea{
	height: 70px;
	width: 350px;
	font-size: 20px;
}

input:focus{
	border: solid 2px red;
}

.form{
	width: 500px;
	margin:auto;
	text-align:center;
}

#wrap{ text-align:center; margin:auto; padding-top: 80px;}
#result{ padding-top: 20px; padding-bottom: 5px; border-bottom: 1px solid black;}