body {
	font-family: trebuchet ms,arial, verdana, helvetica;
	font-size: 12px; /* DEFAULT FONT SIZE FOR SITE */ 
	text-align: center;
	background-color: #ccc;
}
body img {
	border: 0px;
}
div#container {
	margin-left:auto;
	margin-right: auto;
	text-align: left;
	width: 720px;
	border: 1px solid #000;
	background-color: #fff;
	text-align: justify;
}
div#leftbar{ /*  leftbar holds the branding image */
	width: 112px;
	height: 610px;
	float: left;
	background-color: #fcc;
	
}
div#leftnav {
	position: relative;
	top: 190px;
	left: 23px;
}
div#leftnav a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	line-height: 30px;
}
div#leftnav a:hover{
	color: #fff;
}
div#leftnav a.leftnavhilite {
	color: #fff;
}
div#rightbar{ /*  all nav, content */
	width: 608px;
	height: 610px;
	float: right;
	background-image: url('images/bg/girls.gif');
}
div#menu {
	height: 44px;
}
div#content { /*   content */
	width: 608px;
	height: 566px;
	/* background-image: url('images/bg/main.gif'); */
}

/* HEADLINES: DEFAULT IS LARGE BLACK TEXT, COLOR IS SMALLER PINK TEXT*/
div#headline {
	width: 548px; 
	position:relative;
	top: 42px;
	left: 45px;
	font-family: trebuchet ms, tahoma, arial;
	font-size: 24px;
	
}
.headlinecolor {
	color: #F3399A;
}

/* TEXT STYLINGS FOR CONTENT */
a { /* links within text content */
	color: #F3399A;
	text-decoration: none;
}
a:hover { /* links within text content */
	
	text-decoration: underline;
}

.headlinetext{
	font-size: 15px;
	color: #333;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}

/* when you have 2 links besides each other, these align them left and right */
.linksleft {
	width: 130px;
	float:left;
	font-weight:bold;
}
.linksright {
	width: 130px;
	float:right;
	text-align: right;
	font-weight:bold;
}

