/******************************************************************************
Structure
******************************************************************************/
* {
	margin: 0;
	padding: 0;
	}
	
html {
	overflow-y: scroll;
	height: 100%;
	}
	
body 
{
	
	background-color: #fff;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	color: #444;
	text-align: center;
	}

#page {
	margin: 0 auto;
	width: 825px;
	height: auto;
	text-align: left;
	background: #fff url(../layout/bg_dropshadow.gif) repeat-y;
	}
	
#header {
	width: 825px;
	height: 300px;
	text-align: center;
	}
	
#content {
	background-color: #fcfcfc;
	border: 1px solid #eee;
	margin: -25px auto 35px;
	padding: 10px 10px 0 10px;
	width: 743px;
	}
	
#left {
	width: 243px;	
	float: left;
	}

#photo{
	text-align: center;
	}
	
#main 
{
	
	width: 490px;
	float: left;
	}

#footer {
	background: #fff url(../layout/footer.gif) no-repeat;
	width: 825px;
	height: 23px;	
	clear: both;
	cursor: hand;
	}
		
	
/******************************************************************************
Classes
******************************************************************************/
.clear {
	clear: both;
	}
	
.box {
	border: 1px solid #f6f6f6;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	}


.box-notice {
	border: 1px solid #ff00a9;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	}


#left .box {
	width: 213px;
	}
	
#main .box {
	width: 480px;
	}
	
.line {
	background: transparent url(../layout/dotted.gif) repeat-x;
	height: 1px;
	font-size: 0;
	clear: both;
	margin-bottom: 5px;
	}
	
.thumb {
	width: 100px;
	height: 75px;
	margin: 5px;
	float: left;
	}

.calendarentry {
	margin-bottom: 20px;
	}
	
.calendarbtns {
	float: right;
	}
	
img {
	border: 0;
	}
	
		
/******************************************************************************
Headers
******************************************************************************/
h1 {
	margin: 20px 0 10px 0;
	font-size: 1.7em;
	}

h2 {
	margin: 20px 0 5px 0;
	font-size: 1.5em;
	}
	
	
/******************************************************************************
Typography & Colors
******************************************************************************/
small {
	font-size: .9em;
	line-height: 1.2em;
	color: #444;
	}

a {
	color: #ff00a9;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	

/******************************************************************************
Lists
******************************************************************************/
ul {
	list-style: none;
	margin: 1em 0;
	padding-left: 0;
	} 

ul li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 13px;
	line-height: 1.1em;
	background: url(../layout/arrow.gif) no-repeat 0 2px;
	}
	
	
/******************************************************************************
Forms
******************************************************************************/
.input {
	width: 145px;
	height: 12px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px;
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	color: #444;
	}
	
.input:focus {
	border-color: #ff00a9;
	}
	
.submit {
	position: relative;
	top:5px;
	}
	
.button
{
	position: relative;
	top:5px;
	cursor:hand;
}

div#track1
{
	background-image: url(../layout/scaler_slider_track.gif);
	background-repeat: no-repeat;
}

