/* CSS Document */

#wrapper {
	width: 100%;
	height: 725px;

}
#header {
	width: 100%;
	height: 62px;
	margin-right: 50px;
	padding-top: 5px;
}

#menu {
}

#content {
	width: 100%;	
	height: 725px;
	background-color: #FFF;
}
#margin {
	float:left;
	width: 3%;
	height: 100%;
	background-image:url(../images/margin.jpg);
	margin-top: 4px;
}
#post {
	float:left;
	width: 79%;	
	height: 725px;
	margin: 2px;
}
#anim {
	width: 69%;
	height: 252px;
	margin: 2px;
	float: right;
}
#text {
	width: 100%;
	height: 350px;
	margin: 2px;
}
#title {
	font-size:24px;
	width: 30%;
	height: 50px;
	margin: 2px;
	float: left;
	line-height: 25px;
	padding-top: 202px;
}

#col1 {
width: 47%;
margin: 2px;
margin-top: 5px;
float: left;
text-align: justify;
}
#col2 {
width: 49%;
margin: 2px;
margin-top: 5px;
float: right;
text-align: justify;
}
#intro {
font-size:14px;
color:#666666;
margin: 2px;
margin-top: 5px;
}
.title-sub {
font-size:12px;
text-align:right;
}

#sidebar {
	float:right;
	width: 17%;	
	height: 725px;
	margin: 2px;
}
#block1 {
	float:left;
	width: 56px;
	height: 56px;	
	margin: 2px;
	margin-top: 2px;
}

#blockquote {
	float:left;
	width: 140px;
	height: 140px;	
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	padding: 25px;  
	color: #FFF;
	margin: 2px;
	text-transform: uppercase;
	text-align: justify;
}
#block2 {
	float:left;
	width: 140px;
	height: 400px;
	margin: 2px;
	margin-left: 52px;
}
#footer {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #530E11;
}

#footer p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #D78983;
}

#footer a {
	color: #FFDBD9;
}

/* start - table */
table {
	border-collapse: collapse;	margin: 2px;
width: 100%;
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 3px;
	padding-right: 3px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 45px;
}
td {
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
