
body {
	margin: 0;
	padding: 0;
	background: #f1ebeb url(images/bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }



p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}



a { color: #333333; }

a:hover { text-decoration: none; }



hr { display: none; }



#wrapper {
	width: 780px;
	margin: 0px auto;
}

/* Header */

#header {
	width: 780px;
	height: 200px;
	margin: 0 auto;
}


/** LOGO */

#logo {
	float: left;
	width: 300px;
	height: 94px;
	margin: 0 auto;
	
}

/* Menu */

#menu {
	float: right;
	width: 440px;
	padding-top: 140px;
	_position:relative;
	_top:-200px;
	_margin-bottom:-150px
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #483838 ;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #483838;
}

#menu a:hover { 
	text-decoration: none; 
}



/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 30px 20px 10px 20px;
}






/* Content */

#content {
	float: left;
	width: 730px;
}

/* Post */

.post {
	margin-bottom: 45px;
	border-bottom: 1px dashed #B42A41;
}

 .title {
	height: 36px;
	padding-left: 15px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 24px;
	color: #333;
}



.post .meta {
	height: 32px;
	margin-left: 2px;
	padding: 4px 30px 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}



.post .entry {
	padding: 10px 15px;
	line-height:22px;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 30px 0px 0px 0px; 
	padding: 3px 0px 0px 40px;
	background: #B80A25;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFB030;
}




/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: #3B2B2B;
}



#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FCC9FD;
}

#footer a {
	color: #FCC9FD;
}


/* ªí®æ */

table{
border-collapse:collapse;
width:100%;
margin:20px 0;

}

th{
line-height:25px;
border:1px dashed #B42A41;

}

td{
text-align:center;
line-height:25px;
border:1px dashed #B42A41;
/* color: #FFB030; */
}

