
/* Elements */

body {
	background: #E2E2E2 url(images/menu/top_sides.jpg) repeat-x;
	margin: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: small;
	color: #444444;
}

h1 {

}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #003300;
}


a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

/* Header */


#photodisc {
	width: 170px;
	height: 35px;
	margin: 0px auto;
	position: absolute; center;
	top: 60px;
	left: 50%;
	margin-left: -525px;
	font-size: 10px;

}

#livechat {
	width: 159px;
	height: 200px;
	margin: 0px auto;
	position: absolute;
	top: 115px;
	left: 50%;
	margin-left: -540px;
	font-size: 13px;

}


#logotxt {
	width: 180px;
	height: 25px;
	margin: 0px auto;
	position: absolute; center;
	top: 257px;
	left: 50%;
	margin-left: -563px;

}

#logo {
	width: 180px;
	height: 101px;
	margin: 0px auto;
	position: absolute; center;
	top: 312px;
	left: 50%;
	margin-left: -528px;
	font-size: 16px;

}

#babel {
	width: 180px;
	height: 100px;
	margin: 0px auto;
	position: absolute; center;
	top: 30px;
	margin-left: 750px;
	font-size: 16px;

}


#header {
	width: 748px;
	height: 225px;
	margin: 0px auto;
	position: absolute; center;
	top: 30px;
	left: 50%;
	margin-left: -375px;

}

#header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 36px;
	letter-spacing: -1px;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {
	width: 750px;
	height: 30px;
	margin: 0px auto;
	left: 50%;
	margin-left: -375px;
	position: absolute;
	top: 255px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 33px;
	width: 150px;
	padding: 7px 0px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/menu/leavesc.gif);
	font-size: 10pt;
}

#menu a:hover {
	width: 150px;
	color: #003300;
	background: url(images/menu/leavesca.gif);
}


#menutop {
	width: 750px;
	height: 30px;
	left: 50%;
	margin-left: -375px;
	position: absolute;
	top: 0px;
}

#menutop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menutop li {
	display: inline;
}

#menutop a {
	display: block;
	float: left;
	padding: 7px 0px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/menu/leavesct.gif);
	font-size: 10pt;
	font-weight: lighter;
}

#menutop a:hover {
	background: #CCCCCC;
	color: #003300;
	background: url(images/menu/leavescat.gif);
}

/* Content */

#content {
	background: #FFFFFF;
	width: 750px;
	margin: 280px auto;
	padding: 0px 0px 0px 0px;
	img-padding: 0px;
}


#colOne {
	float: right;
	width: 510px;
	margin-top: 25px;
	padding-right: 20px;
	background-color: #FFFFFF;
	
}


#colTwo {
	float: left;
	width: 170px;
	margin-top: 25px;
	padding-right: 0px;
	padding-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#colTwo li {
	font-size: 13px;
}

#colTwo a {
	color: #0000FF;
	size: 12px;
	text-decoration: none;
}

#colTwo a:hover {
	color: #555555;
}

#content h1 {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	color: #003300;
}

#content h2 {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #003300;
}

#content h3 {
	color: #2D2D2D;
}
/* Footer */

#footer {
	width: 750px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 30px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

