/* Written by Ricky Fu */

body {
	background: #ffffff;
	margin-top: 50px;
	text-align: justify;
	color: #4C4C4C;
	font: 11px Arial, Times, serif;
}

h2, h3 {
	margin-top: 0px;
	color: #000000;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 0;
	font-size: 14px;
}

h4, h5, h6 {
	margin: 0;
	font-size: 12px;
	color:#F00;
}

p, ol, ul, dl, blockquote {
	margin-top: 0;

}

/* Link color */
a {
	color: #000000;
}

/* Link hover color */
a:hover {
	color #F00;
	text-decoration: none;
}

/* Header */
#banner {
	width: 700px;
	height: 305px;
	margin: 0 auto;
	background: url(images/layout/banner.jpg);
}

#banner1 {
	width:700px;
	height: 305px;
	margin: 0 auto;
	background: url(images/layout/membersbanner.jpg);
}
#header {
	width: 600px;
	height: 78px;
	margin: 0 auto;
	background: url(images/layout/img1.gif);
}

#header h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	font-size: 14px;
	line-height: 0px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header h4 {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 0px;
}
#header a {
	text-decoration: none;
	color: #000000;
}

.img1 {
	height: 131px;
	width: 175px;
	float: middle;
	margin: 0px 15px 5px 0px;
}

/* Menu bar background */
#menu {
	width: 700px;
	height: 38px;
	margin: 5px auto 0 auto;
	padding: 5px 0;
	background: url(images/layout/menubar.gif);
}

/* Navigation bar format */
#menu ul {
	width: 400px;
	height: 20px;
	margin: 0 0 0 360px;
	padding: 5px;
	list-style: none;
}

#menu li {
	display: inline;
}

/* Link style */
#menu a {
	display: compact;
	float: left;
	padding: 10px 8px 10px 8px;
	/*border-left: 1px solid #666666;*/
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: none;
	color: #000000;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 680px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: url(images/layout/img3.gif);
}

#colOne {
	float: left;
	width: 450px;
	height: 450px;
	padding: 0 0 0 0px;
	overflow: auto;
}

#colTwo {
	float: right;
	width: 200px;
	padding: 5px 15px 0 5px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000;
}

#contactinfo {
	float: left;
	width: 250px;
	padding: 5px;
}

#colFour {
	float: right;
	width: 275px;
	height: 1130px;
	padding: 5px;
	background-image: url(images/layout/sidebanner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#colThree {
	float: left;
	width: 375px;
	padding: 5px;
}

#contactpic {
	float: right;
	width: 400px;
	height: 300px;
	padding: 5px;
}

#aboutpic {
	float: right;
	width: 201;
	padding: 5px;
}

#sidebanner {
	float: right;
	width: auto;
	padding: 5px;
	position: fixed;
	height: auto;
	top: 0px;
}


/* Footer */

#footer {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/layout/img4.gif) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B2B2B;
}
