@charset "utf-8";
*											{
	margin: 0;
	padding: 0;
}
a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CF0;
}
a:hover {
	text-decoration: underline;
	color: #9CC;
}
a:active {
	text-decoration: none;
	color: #F69;
}

body 										{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Tahoma, "Microsoft Sans Serif", sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(forspage_images/wall2.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
}
.oneColFixCtrHdr #header {
	background-color: #333;
	background-image: url(forspage_images/vru_bkk_heading.png);
	height: 134px;
	width: 800px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #areashowslide {
	padding: 0px;
	height: 450px;
}
.oneColFixCtrHdr #socialnetwork {
	float: left;
	width: 390px;
	padding: 5px;
}
.oneColFixCtrHdr #directory {
	float: left;
	width: 241px;
	top: 5px;
	height: 120px;
	border-right-width: 1px;
	text-align: left;
	white-space: normal;
	width: 240px;
	letter-spacing: 0px;
	vertical-align: baseline;
	text-indent: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 11px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

