@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia;
	font-size:14px;
	color:#828282;
	background-color:#ffffff;
	margin:0px;
	line-height:22px;
	overflow:visible;
	background-image: url(images/Galileo.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:50px;
	padding-top:0px;
}

/* Main Boxes */

/* Slider Menu */

#container {
	background-color:transparent;
	background-image:url(images/content_shad.jpg);
	background-repeat:no-repeat;
	width:800px;
	margin:auto;
	border:0px solid #ffffff;
	position:relative;
	top:5px;
}

#container img {
	border: 5px solid #9CF;
}

#arrow_left {
	position:absolute;
	left:-20px;
	top:3px;
}

#arrow_right {
	position:absolute;
	right:-20px;
	top:3px;
}

#content {
	margin:30px;
	margin-top:0px;
	margin-bottom:5px;
}

#left {
	float:left;
	width:460px;
}

#right {
	margin-left:480px;
	border-left:1px solid #e1e1e1;
	padding-left:20px;
	font-size:12px;
	line-height:18px;
	padding-bottom:20px;
}

#recent_hold {
	text-align:center;
}

/* General Styles */

img.recent{
	background-image:url(images/recent_shad.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px;
	margin-right:10px;
}

a img {
	border:none;
}

a.right_toggle {
	font-size:18px;
	color:#656565;
	font-style:italic;
	text-decoration:none;
	border-bottom:1px solid #e1e1e1;
	line-height:40px;
	display:block;
}

a.right_toggle:hover {
	background-color:#f9f9f9;
}

.imageleft {
	float:left;
	width:216px;
	margin-right:10px;
}

.imageright {
	float:right;
	width:216px;
	margin-left:10px;
}

.block {
	background-color:#f0f0f0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	padding:10px;
	font-style:italic;
}

img {
	vertical-align:middle;
}

a {
	color:#b10101;
}

a:hover {
	color:#ff0000;
}

ul {
	list-style-image: url(images/dot.jpg);
	text-indent:0px;
	list-style-position: inside;
	padding:6px;
	line-height:30px;
	margin:0px;
}

#header {
	position:relative;
	margin:auto;
	width:800px;
	border:0px solid #0F0;
}

.menu {
	position:relative;
	height:40px;
	width:500px;
	border:0px solid #F00;
	float:right;
	right:80px;
	top:12px;
}

#logo {
	position:relative;
	width:400px;
}


/* Body, whole page  */

#bd {
	position:relative;
	margin:auto;
	padding:0;
	width:830px;
	height:auto;
	border:hidden;
}

/* Top page Copyright Notice, 
    left: 30%; //This aligns Div from left edge of page
	top:-25px; //Top is relative to IAeSR image and Sliding Menu
	margin:auto;
	text-align: center;  //This centers the next div horizontally
	vertical-align: top; //Top is relative to IAeSR image and Sliding Menu
	background:url(images/transbg2.png);
*/
#cn {
	font-size:9px;
	width:500px;
	height:18px;
	text-align:center;
    position:relative;
	margin:auto;
	top:auto;
	border:1px solid #F00;
	background-color:transparent;
}

#footer {
	font-size:9px;
	width:auto;
	height:18px;
	text-align:center;
    position:relative;
	margin:auto;
	border:1px solid #F00;
	background-color:transparent;
	clear:both;
}

/* Links, Sidebar */
#sb {
	font-size:10px;
	float:right;
	height:auto;
	width:220px;
	position:relative;
	margin:2px;
	overflow:auto;
	border:1px solid #9CF;
	background-color:transparent;
}

/* Left, ARTICLE window  */
#mc {
	width:550px;
	height:auto;
	position:relative;
	overflow:auto;
	border:3px solid #9CF;
	background-color:transparent;

}

.mcInsert {
	width:inherit;
	height:auto;
}



