/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {background-color:#FFF;
	padding: 10px 0;}

h1 {font-size: 18px;
	color:#C3CF26;
	padding:30px 0 0 15px;}

h2 {font-size: 14px;
	color:#343434;}

p {font-size: 11px;
	color:#343434;
	padding:13px 0 9px 0;}

a {font-size: 11px;
	color:#F19323;
	text-decoration:underline;}


.clear {clear:both;}

.left {float:left;}
.right {float:right;}

/* GENERAL DEFINITIONS ENDS */


/* MAIN PAGE STARTS */
#PageContent {
	margin: 0 auto;
	width: 1073px;
}

#Flash {
	float:left;
	width:780px;
}

.post {
	border-bottom:1px solid #999;
	padding:22px 0 15px 0;
	float:left;
	width: 264px;
	margin:0 0 0 15px;
}

.post a{
	float:right;	
	display:block;
}

.post a:hover{
	text-decoration:none;
}
/* MAIN PAGE ENDS */

/* BOTTOM STARTS */
#Bottom {
	margin:5px 0 0 0;
	background-color:#343434;
	height:47px;
}

#Bottom p{
	float:left;
	color:#666666;
	font-size:11px;
	padding:17px 20px 0 20px;
}

#Bottom a{
	color:#FFF;
	font-size:11px;
	text-decoration:underline;
}

#Bottom a:hover{
	text-decoration:none;
}
/* BOTTOM ENDS */
