/*
Site: Ingleburn Physical Culture Club
Author: Belinda Clemesha
Copyright (C) Ingleburn Physical Culture Club 2008
*/

*{
margin: 0;
padding: 0;
}

/*background*/
body{
	font-family: Helvetica, Arial, sans-serif, "Trebuchet MS";
	background-image:url(images/bgsecond.jpg);
	background-repeat:no-repeat;
	background-color:#00ACEE;
	background-position:center top;
	}
	
#container
{
	width: 797px;
	margin: 0px auto;
	border:0;
}

/*LOGO Position*/

#banner{
clear:both;
display:block;
}

img {border: none;}
	
#logo{margin-top:3em;
	margin-left:1.3em;
	clear:both;
	height:142px;}
	
/* MAIN MENU STYLE */
#menucontainer{height:45px;display:block;clear:both;margin:3.5em 0 0 1.5em;}
#main{display:block;height:35px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;border-bottom:4px solid #EC008C;width:750px;}
#main ul{margin-left:30px;padding:0;list-style-type:none;width:auto;}
#main ul li{display:block;float:left;margin:0px;}
#main ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:10px 20px 0 20px;height:25px;background:transparent url(images/menu_bg-OFF.gif) no-repeat top left;}
#main ul li a:hover{color:#EC008C;height:25px;padding:10px 20px 0 20px;background:transparent url(images/menu_bg-OVER.gif) no-repeat top right;}
#main ul li a.current,#main ul li a.current:hover{color:#ffffff;background:#00ADEF;}
/* END MAIN MENU STYLE */

/* TEXT STYLE */

P{font-family: Helvetica, Arial, sans-serif, "Trebuchet MS";
color:#FFFFFF;
font-size:14px;
font-weight:400;}

.pinktx{
color:#FF0099;
font-weight:bold;
}

/* Position of Content */

#textwrapper
{width: 798px;
height:300px;
background-color:#000000;
display:block;
clear:both;
margin-top:5px;}

#textleft{
float:left;
margin-left:2em;
display:inline;
width:440px;
}

#textright{
float:right;
display:inline;
margin-right:3.5em;
padding-left:20px;
width:210px;
border-left:2px dotted #FF0099;
height:272px;}

#homeimage{
margin-left:1.5em;
float:left;
display:inline;
}

/* -- FOOTER --*/
#footer{clear:both;
text-align:center;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
width: 799px;
height: 15px;
background-position:0px -40px;
padding: 10px 0 10px 0;
}

#footer p{font-size:11px;
margin-top:-5px;}

#footer a{text-decoration:none;
color:#FFFFFF;
}

#footer a:hover{
color:#FF0099;
}

/* SITE CREDIT TEXT */

#credit a{font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size:11px;
color:#0066FF;
text-decoration:none;
}

#credit p{
text-align:center; clear: both; padding-top: 6px; width: 800px; margin: 0 auto;}
