* {
	margin: 0px;
	padding: 0px;
}

body {
	/*	background-color: #C9D3D2; */
	background-color: #BCBCB8;
	background-image:url("http://www.alanleland.com/images/site/background.jpg");	
	background-position: center;
	background-repeat: repeat-y;		
	color: black;
	font-family: Tahoma, Verdana, sans-serif; 	
}

/********** page-centering stuff **********/

#envelope  {
	position: absolute;
	left: 0px;
	width: 100%;
}

#centered {
	margin-left: -390px;
	width: 780px;
	position: absolute;
	top: 0px;
	left: 50%;
}

#visible_box {
	text-align: left;
 	font-family: Verdana;
	position: absolute;
	margin: 20px;
	width: 740px;
}

/********** plain links **********/

a,a:visited {
	color: royalblue;
	text-decoration: none;
}
a:hover,a:active {
	background-color: royalblue;
	color: white;
}

/********** navigation stuff **********/

a.nav_link,a.nav_link:visited {
	-moz-border-radius: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 6px;
}
a.nav_link:hover,a.nav_link:active {
	background-color: royalblue;
	color: white;
}

.nav_current {
	padding-left: 5px;
	padding-right: 6px;
	color: black;
}

.nav_divider {
	padding-left: 7px;
	padding-right: 7px;
}

/********** link class to remove image border **********/

.image_link {
	line-height: 0px;
	border-width: 0px;
}

/********** content formatting **********/

#primary_content_area {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;	
	background: #fafafa;
	padding: 20px;
	padding-top: 18px;
	padding-bottom: 0px;	
	color: #333;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 40px;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
}

h2 {
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

h2.underline {
    border-bottom: solid 1px #999;
}

h3 {
    font-size: 11px;
 	font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
	letter-spacing: 0px;
}

p {
	margin-bottom: 20px;
}

#left_column {
	float: left;
	width: 450px;
	/* style below is for Internet Exploder only */
	*margin-bottom: -30px;
}
#right_column {
	float: right;
	width: 200px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	/* style below is for Internet Exploder only */
	*margin-bottom: -70px;
	margin-bottom: 25px;	
}
#right_column p {
	margin-bottom: 5px;	
	font-size: 11px;
}
#right_column ul {
	list-style-type: circle;
	margin-left: 20px;	
	margin-bottom: 15px;		
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: 0px;
	font-size: 11px;
}
#right_column img {
	border: solid 1px #999;
	margin-bottom: -2px;
	*margin-bottom: 2px;	
}
#right_column a {
	background-color: transparent;
}


/********** special-case formatting (unique to one page) **********/
/* use this format for classes: div.PAGENAME_TYPEOFCONTENT */

div.calendar_events {
    margin-left: 15px;
    margin-bottom: 20px;
}


/********** logo **********/

#leland_studios {
	float: left;
	width: 228px;
	height: 20px;
}
#leland_studios a {
	/* removes blue rollover color */
	background: transparent;
}

/********** navigation **********/

#navigation {
	float: right;
	height: 20px;
	width: 492px;	
	padding-top: 6px;
	padding-bottom: 0px;
	text-align: right;
	color: #999;	
	font-size: 11px;
}

ul.nav_list {
	list-style-type: none;
}
ul.nav_list li {
	display: inline;
}

/**********footer **********/

#footer {
	clear: both;
	color: #888;
	font-size: 9px;
	line-height: 20px;
	padding-bottom: 0px;	
	margin-bottom: 20px;
}