/* CSS Document */

html {
	min-height:400px;
}

body {
    padding: 0;
	text-align: center;
	min-height:400px;
}

.no_center {
    padding: 0;
	text-align: left;
	min-height:400px;
}

	a:link {text-decoration:underline; color: #004CA5;}
	a:visited {text-decoration:underline; color: #E6943B;}
	a:active {text-decoration:underline; color: #004CA5;}
	a:hover {text-decoration:underline; color: #41405C;}

	.nav_link {color:#B2D6D1; text-decoration:underline;}
	.nav_link:link {color:#B2D6D1; text-decoration:underline;}
	.nav_link:visited {color:#E6943B; text-decoration:underline;}
	.nav_link:hover {color:#FFFFFF; text-decoration:underline;}
	
	.external_link {
	   padding-right: 18px;
	   background: transparent url(../images/new_window.png) no-repeat center right;
	   display: inline-block;
	}
	
	
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	height: auto;
	text-align: left;
	min-height:400px;
}

div#container2 {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	text-align: left;
	min-height:400px;
}

#shadowbox_text {
	margin-left: 12x;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 890px;
	height: auto;
	text-align: left;
	min-height:400px;
	
}

#header {
	background-position: left top;
	position: relative;
	visibility: visible;
	left: 0px;
	top: 0px;
	height: 55px;
	width: 100%;
	background-image:  url(../images/dark_blue_deco_speckle_op.png);
	background-repeat: no-repeat;
	
	}

#cag_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	left: 27px;
	top: 18px;
	color: #E6943B;
	text-transform: uppercase;

}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 598px;
	top: 32px;
	}

#font_control {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 820px;
	top: 8px;
	vertical-align: text-top;

}

#leftcolumnpic {
	position: absolute;
	height: 235 px;
	width: 190px;
	left: 0px;
	top: 0px;
}

#about_graf {
	position: absolute;
	width: 190px;
	left: 0px;
	top: 235px;
}

#bodybackground {
    background: url(../images/blue_deco_speckle_op.png);
	position: relative;
	overflow: visible;
	padding-bottom: 50px;
	width: 890px;
	left: 0px;
	top: 0px;
	height: 100%;
	min-height:400px;
	}
	
#postbox {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: 464px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 1px solid #B2D6D1;
	margin-bottom: 12px;
}
	
#blogposts {
	position: relative;
	left: 200px;
	top: 48px;
	height: auto;
	width: 464px;
}

#scrollable_image {
	overflow:scroll;
	height:900px;
}

#rightcolumn {
	position: absolute;
	height: 100%;
	width: 166px;
	left: 700px;
	top: 12px;
	padding: 12px;
	background-color: #B2D6D1;
	height: auto;
}

#goodreadscolumn {
	position: absolute;
	height: 100%;
	width: 166px;
	left: 700px;
	top: 12px;
	height: auto;
}
