body {
	text-align: center;
	margin: 0 0 0 0;
	background-color: rgb(228,222,145);
	/*background-image: url(graphics/strip_bg.gif);    */
	background-repeat: repeat-x;
	height: 100%;
}
.container {
	width: 750px;
	height: auto;
	background-color: rgb(228,222,145);;
	margin: 0 auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: White;
	padding: 0px;
	border: 2px solid rgb(255,255,255);
	margin-top: 30px;
}
.content { 
	/*background-image: url(graphics/content.jpg);
	background-repeat: repeat-y;                 */
	background-color: rgb(255,255,150);
	width: 750px;
	text-align: left;
	padding-bottom: 10px;
}
#text {
	color: #3C3C3C;
	background-color: transparent;
	width: 510px;
	min-height: 300px;
	text-align: justify;
	position: relative;
	bottom: 50px;
	padding-left: 40px;
	font-size: 13px;
}

#text p.b {
	font-weight: bold;
}

#text span {
	font-weight: bold;
}

#text a {
	color: Maroon;
	text-decoration: underline;
}
#text a:hover {
	color: Gray;
}
#text h4 {
	font-size: 15px;
	padding: 0px;
	border-bottom: dashed 1px Black;
	text-align: left;
}
#text h4 a {
	text-decoration: none;
	color: Maroon;
}
#text h4 a:hover {
	color: Grey;
}
#gallery {
	height: auto;
	width: 140px;
	background-color: rgb(255,255,150);
	color: Maroon; 
	position: absolute;
	top: 265px;
	margin-left: 580px;
	text-align: center;
	padding: 1px;
}
#gallery img {
	width: 120px;
	height: 60px;
	margin-top: 5px;
	padding: 0px;
	border: none;
}
/* Section menu */
.menu {
	font-family: sans-serif;   
	color: Black;
	font-size: 12px;
	position: absolute;
	top: 196px;
	width: 570px;
}
.menu ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.menu li {
	float: left;
	padding-left: 5px;
}
.menu a {
	display: block;
	width: 105px;
	height: 20px;
	background-color: rgb(255,255,150);
	color: Black;
	text-decoration: none;
	border: 2px solid rgb(255,235,110);
	text-align: center;
	padding-top: 2px;
}
.menu a:hover {
	background-color: rgb(255,235,110);
	border: 2px solid rgb(255,255,150);
	text-align: center;
}



#header { 
height: 176px; 
width: 750px; 
background-color: rgb(255,235,110);
border-bottom: 1px solid rgb(255,255,255);
 }

#title { 
height: 105px; 
width: 190px; 
background-image: url(graphics/ball.jpg); 
position: relative; 
left: 534px; 
text-align: center;
font-family: sans-serif;
font-size: 16px;
color: Black;
 }

#title a { 
display: block; 
height: 105px; 
width: 190px; 
text-decoration: none; 
color: Black }

#footer { 
font-family: sans-serif; 
font-size: 13px; 
font-style: italic; 
font-weight: bold;
height: 50px; 
width: 750px; 
display: block; 
background-color: rgb(228,222,145); 
color: White; 
margin: auto; 
padding: 0px }

a.g {
	color: rgb(255,255,150);
	text-decoration: none;
 }

a.g:visited {
	color: rgb(255,255,150);
	text-decoration: none;
 }


a.g:hover {
	color: rgb(255,255,150);
	text-decoration: none;
 }

img.g {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: auto;
	border: solid 0px rgb(255,255,150);
	width: 24%;
 }
/* End of section menu */