/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 0;
}
#masthead {
    background-image:url(../images/header-repeat.jpg);
	background-repeat: repeat-x;
    height: 111px;
	/*width: 900px;*/
	color: #999999;
	padding: 0px;
	margin: 0 0 0 0;
	text-align: center;
}
#wrapper {
    background-image:url(../images/bg-wrapper.jpg);
	background-repeat: no-repeat;    
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm08_middle.png);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm08_top.gif);
	background-repeat: no-repeat;
	height: 115px;
}
#column_bottom {
	background-image: url(img/clm08_bottom.gif);
	background-repeat: no-repeat;
	height: 160px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 496px;
	float: left;
}
#centerwide {
	width: 666px;
	float: left;
}
#left {
	width: 216px;
	float: left;
	padding-left: 18px;/*width of div change due to this?*/
		}
#right {
	width: 146px;
	float: left;
    padding-right: 24px;/*width of div change due to this?*/
}
#rec {
    margin-left: 16px;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#center .contentbanner {
	padding: 24px 12px 24px 12px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#centerwide .content {
	padding: 24px 32px 24px 16px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#left .contentnotopmargin {
	padding: 0px 16px 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#left .contentnobottommargin {
	padding: 24px 16px 12px 16px;
	margin-bottom: 3px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #ffffff;
	padding: 0px;
	margin: 0 auto;
	font-size: 0.7em;
	width: 900px;
	clear: both;
	text-align: center;
}
#gallery {
	width: 626px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#thumb {
    /*background: #9a7a3c;*/
	background-image: url(../images/bg-thumb.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
    width: 198px;
	border: #68bae2;
	border-width: 1px;
	border-style: solid;
	/*height: 360px;*/
	margin: 0px 5px 10px 0px;
	/*margin: 2px 2px 0px 0px;*/
	padding: 0px;
	text-align: center;
	float: left;
}	
#thumbtext {
    background: #9a7a3c;
	border-left: #68bae2;
	border-left-width: 1px;
	border-left-style: solid;
	/*border-right: #eacc73;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom: #eacc73;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 198px;
	/*background-image: url(../images-design/thumbtext.jpg);
	background-repeat: no-repeat;*/
	text-align: center;
	}
#image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 8px;
	text-align: left;
}
#girl {
	width: 486px;
	margin: 0px;
	padding: 0px 0px 10px 8px;
	text-align: left;
	/*background-color: #9cc0e5;*/
}
#details {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg-details.png);
	border: #5e7b98;
	border-width: 1px;
	border-style: solid;
}
.detailtext {
	vertical-align: top;
}
#contentstats {
    width: 100%;
	margin: 0;
	padding: 0;
	font-size: 65%;
}
#app001 {
   font-size: 10px;
   }
#app2 {
	border-top: #5e7b98 1px solid;
	border-left: #5e7b98 1px solid;
	border-right: #5e7b98 1px solid;
   }
.timetableleft {
	border-bottom: #5e7b98 1px solid;
	border-right: #5e7b98 1px solid;
	vertical-align: top;
   }
.timetableright {
	border-bottom: #5e7b98 1px solid;
   }
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #68bae2;
	text-decoration: none;

}
#left a:visited {
	color: #68bae2;
}
#left a:hover {
	color: #68bae2;
}
#center a:link {
	color: #68bae2;
	text-decoration: none;

}
#center a:visited {
	color: #68bae2;
	text-decoration: none;

}
#center a:hover {
	color: #68bae2;
	text-decoration: none;

}
#centerwide a:link {
	color: #68bae2;
	text-decoration: none;

}
#centerwide a:visited {
	color: #68bae2;
	text-decoration: none;

}
#centerwide a:hover {
	color: #68bae2;
	text-decoration: none;

}
#right a:link {
	color: #68bae2;
	text-decoration: none;
}
#right a:visited {
	color: #68bae2;
	text-decoration: none;
}
#right a:hover {
	color: #68bae2;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #ffffff;
	border-left: 6px solid #086584;
	padding: 0 0 0 6px;
	margin-left: 16px;
	text-decoration: none;
	font-weight: bold;
}
#wrapper .menulist a:hover {
	border-color: #ffffff;
}
#footer a:link {
    color: #68bae2;
	text-decoration: none;
}
#footer a:visited {
     color: #68bae2;
	 text-decoration: none;
}
#footer a:hover {
     color: #68bae2;
	 text-decoration: none;

}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #68bae2 !important;
}
h1 {
	font-size: 1.6em;
	margin: 0px 0px 5px 0px;
}
h2 {
	font-size: 1.4em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 5px;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
p.thumb {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
