.clear{
clear: both;
font-size: 1px;
}

h1 {
font-family: Helvetica;
font-size: 15px;
font-weight: bold;
color: #336666;
text-transform: uppercase;
clear: both;
}

h2 {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #336666;
}

.fLeft{
	float: left;
}
.fRight{
float: right;
}

a{
text-decoration: none;
color:#336666;
}

p{
	text-align: left;
	font-size: 12px;
	clear: both;
	padding: 0px;
}

body {
background: url(../images/bkrnd.gif)repeat;
background-color: #859390;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-family: georgia, Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}
#container{
width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
height:100%;
}

#cntrcolumn{
width:770px;
height: 560px;
margin: 0 auto;
background: #fff;
padding:15px 0 0 0;
}


#cntrcolumn_content{
width: 730px;
height:350px;
border: 4px solid #cccc66;
margin: 0 auto;

}

#cntrcolumn_align{
height:inherit;
width:inherit;
display: table-cell;
vertical-align: middle;
}

#navmenu{
margin: 20px 0 0 0;
}

#l_sidebar{
	height:335px;
	width:160px;
	border-right: 2px solid #cccc66;
	float: left;
	font-weight: bold;
	overflow: scroll;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#l_sidebar a{
	margin: 5px;
	display: block;
	float:left;
	text-align: left;
	width:inherit;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#r_image{
	float: right;
	margin:0px 0px 0 0;
}

#mainAreaInternal{
	width:330px;
	height:310px;
	position: relative;
	top:20px;
	left:5px;
	overflow: auto;
}

#mainAreaInternalMusic{
	/*width:330px;*/
	height:310px;
	position: relative;
	top:20px;
	left:5px;
	overflow: hidden;
}

#mainAreaInternal h1{
float:left;
}

/*Photos page css*/

#mainAreaInternal_photo{
width:730px;
height:auto;
position: relative;
top:0px;
overflow: auto;
margin: 0 auto;
}

#cntrcolumn_content_photo{
width: 730px;
height:700px;
margin: 0 auto;

}

#cntrcolumn_photo{
width:770px;
height: inherit;
margin: 0 auto;
background: #fff;
padding:0 0 0 0;
}

