/* CSS for Sydney CBD Fitness. Author Mark Bentley 2008 */

/* General site layout */
*{
	padding:0;
	margin:0;
}
body{
	text-align:center;
	font-family: verdana, sans-serif;
	background:black;
	padding:0;
	margin:0;
}
#container{
	width:900px;
	margin:0 auto;
	overflow:hidden;
       margin-bottom: 10px;
}
img{
	border: 0;
}
#left{
	width: 250px;
	float:left;
}
#right{
	width: 600px;
	float:right;
	background: url('./images/back_top.jpg') no-repeat white;
	font-size: .7em;
	padding: 20px;
	text-align: center;
}
/* End of general layout */

/* Logo and Top Nav */

#top{
  width: 900px;
  overflow:hidden;
  }
h1{
	font-size: 1.2em;
	float:left;
	width: 350px;
	}
#nav1{
    float: right;
    width: 550px;
	overflow:hidden;
	color: #ccc;
    font-size: .9em;
}
#nav1 ul{
	list-style:none;
	margin:0;
	padding:12px 0 0 0;
        }
#nav1 li{
	float:left;
    width: 100px;
	padding:3px;
	display:block;
	letter-spacing: .06em;
	font-weight: bold;
}
#nav1 a{
display:block;
text-decoration: none;
color: #ccc;
}
#nav1 a:hover{
 color:white;
}
/* end of top nav */

/* side nav */
#nav{
     width: 250px;
     height:350px;
     padding-top: 30px;
     margin: 0 auto;
     background: url('./images/menu.jpg') no-repeat;
}
#nav ul{
   width: 150px;
   text-align: left;
   padding:0;
   margin:35px auto;
   list-style:none;
   color:white;
}
#nav li{
 display:block;
 margin-bottom: 25px;
 font-size: .95em;
}
#nav a{
color: white;
text-decoration:none;
}
#nav a:hover{
text-decoration: underline;
}
/* end of side nav */ 
/* weight loss form */
#weight_loss{
     width: 230px;
     height:500px;
     padding: 30px 10px 10px 10px;
     margin: 0 auto;
     background: url('./images/form.jpg') no-repeat;
     color:white;
     text-align:left;
}
#weight_loss_left{
	width:120px;
	float:left;
	padding-top: 2px;
}
#weight_loss_left p{
	padding-top: 12px;
	font-size: .9em;
	text-align: left;
}
#weight_loss_right{
	width: 100px;
	float:left;
	font-size: .9em;
}
#weight_loss_right p{
	padding-top: 10px;
	font-size: .9em;
}
/* flash video */
#show{
	width:640px;
	height: 240px;
	background: url('./images/show.jpg');
	float:right;
	padding-top: 10px;
	margin-bottom: 10px;
}
/* end of flash */ 
/* main content */ 


#right div{
	overflow: hidden;
	text-align: left;
}
#right ul{
	list-style:none;
	text-align:left;
}
#right li{
	margin-bottom: 5px;
}	
#right p{
		text-align:justify;
		line-height: 25px;
	}
#right p.half{
	display:block;
	width: 475px;
	
}
#right p.full{
	display:block;
	width: 540px;
}
#right img{
	border:2px solid black;
	margin: 10px;
} 
h2{
	width: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #2d6bd2;
	}
h3{
    font-size: .9em;
    color: white;
    margin-bottom: 20px;
    }

/* end of main content */ 
/* index specials */
img.fitness{
	float:right;	
}

img.fitness2{
	float:left;
	margin-top:25px;
	margin-bottom:12px;
}
img.sandy{
	float:right
}
#right ul{
	list-style:none;
	text-align:left;
	margin-top: 20px;
}
/* about us specials */
div.profile{
	margin-bottom: 30px;
}
div.profile img{
	float:left;
	width: 150px;
	height: 200px;
}
.profile p{
	float:right;
	width: 400px;
}
.profile li{
	width: 400px;
	float:right;
}
.bold{
	font-weight:bold;
}
/* end of stylesheet */
/* page forms */
#pageform{
	overflow:hidden;
	margin-top: 10px;
}
#form_left{
	float:left;
}
#form_right{
	float:right;
}
#form_right input{
	display:block;
	margin-top: 4px;
}
#form_right input.inline{
	display:inline;
}