/* CSS Document */

body{
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;

}


#allcontent {
	width: 1040px;
	margin: 0px auto 0px auto;
	background: url(img/background.jpg) repeat-y 0pt;
	position: relative;
	padding: 0px 0px 40px 0px;
}

#top {
	text-align: left;
}

#banner {
	width: 800px;
	margin: 0px auto 20px auto;
	height: 270px;
}

#banner2 {
	width: 800px;
	margin: 0px auto 0px auto;
	height: 200px;
}

#main {
	width: 800px;
	margin-left: 150px;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: -40px;
	text-align: left;
	
}

#main a{
	color: #FFFFFF;
}

#header {
	color: #330033;
	font-weight: bold;
	font-size: 14pt;
	background-color: #FFFFFF;
	width: 780px;
	height: 40px;
	padding: 0px 0px 0px 20px;
	position: relative;
	left: -30px;
	line-height: 40px;
	z-index: 4;
	margin-top: 10px;
	text-align: left;
}

#words {
	padding: 20px 0px 10px 20px;
	width: 680px;
}

#profile {
	width: 100%;
	text-align: right;
}

#pic {
	width: 390px;


}
#info {
	width: 390px;

}
#center {
	text-align: center;
}

#footer {
	background-color: #000000;
	width: 780px;
	height: 40px;
	padding: 5px 0px 15px 20px;
	position: relative;
	left: 120px;
	top: 40px;
	font-size: 12px;
	color: #8b8989;
	text-decoration: none;
	text-align: center;
}

#footer a:link {
	text-decoration: underline;
	color: #000000;
}

#footer a:visited {
	text-decoration: underline;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
	color: #cc99cc;
}

/*CSS for About Us*/

img.group {
	display: block;
	position: relative;
	text-align: center;
	float: left;
	left: 30px;
	padding: 30px 0px 20px 0px;
}

i {
	font-style: italic;
}

p.caption {
	font-size: 10pt;
	text-align: center;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 650px;
	color: #cc99cc;
}

.bold {
	font-weight: bold;
	font-size: 16pt;
}

/*CSS for Members*/

#left {
	width: 210px;
	position: relative;
	left: -40px;
	text-align: center;
	font-size: 12pt;
	padding-top: 20px;
	height: 280px;
}

#right {
	padding-top: 70px;
	width: 450px;
	position: relative;
	top: -350px;
	font-size: 12pt;
	margin-left: 210px;
	height: 0px;
}

p.name {
	position: relative;
	top: -15px;
	font-weight: bold;
	font-size: 14pt;
	line-height: 20px;
}

p.bold {
	font-weight: bold;
	font-size: 14pt;
}

/*CSS for Contact*/


#header_c {
	color: #330033;
	font-weight: bold;
	font-size: 14pt;
	background-color: #FFFFFF;
	width: 590px;
	height: 40px;
	padding: 0px 0px 0px 20px;
	position: relative;
	left: -60px;
	line-height: 40px;
}

#left_c {
	width: 220px;
	position: relative;
	left: -40px;
	text-align: center;
	margin-top: 25px;
	padding-top: 10px;
}

#right_c {
	padding-top: 0px;
	padding-left: 20px;
	width: 550px;
	position: absolute;
	top: 330px;
	font-size: 12pt;
	margin-left: 200px;
}

#right_pos {
	padding-top: 155px;
	padding-left: 20px;
	width: 550px;
	position: absolute;
	top: 300px;
	font-size: 12pt;
	margin-left: 200px;
}

.email {
	margin-top: -21px;
}

/*CSS for navigation*/

#nav {
	width: 800px;
}

#nav a {
	display: block;
	float: left;
	height: 50px;
	width: 132px;
	position: relative;
	bottom: 20px;
	left: 120px;
	color: #FFFFFF;
	text-decoration: none;
}

a#index {
	background: transparent url(img/home.gif);
}

a#index:hover {
	background-position: 0pt -50px;
}

a#index2 {
	background: transparent url(img/home.gif) no-repeat scroll 0pt -50px;
	cursor: default;
}

a#about {
	background: transparent url(img/about.gif);
}

a#about:hover {
	background-position: 0pt -50px;
}

a#about2 {
	background: transparent url(img/about.gif) no-repeat scroll 0pt -50px;
	cursor: default;
}


