@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background: url(images/bgSquare.gif) repeat center top;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

#containerDiv{
	width:100%;
	padding-top:26px;
}

#mainDiv{
	width:884px;
	margin:auto;	
}

#bottomDiv{
	width:884px;
	height:10px;
	position:relative;
	float:left;	
}

#topDiv{
	width:884px;
	height:9px;
	position:relative;
	float:left;
}

#logo{
	width:155px;
	height:104px;
	position:absolute;
	left:-22px;
	top:-20px;
}

#domesticPic{
	width:256px;
	height:326px;
	position:absolute;
	left:670px;
	top:100px;
}

#museumPic{
	width:256px;
	height:326px;
	position:absolute;
	left:670px;
	top:95px;
}

#splatter{
	width:155px;
	height:104px;
	position:absolute;
	left:-62px;
	top:-75px;
}

#mainBgDiv{
	width:884px;
	float:left;
	background: url(images/mainBg.jpg) repeat-y;
}

#leftContainer{
	float:left;
	width:295px;
}

#rightContainer{
	float:left;
	width:589px;
}

.menuItem{
	float:left;
}

#homeTop{
	width:589px;
	height:139px;
	float:left;
	background: url(images/homeTop.jpg);
}

#homeMiddle{
	width:589px;
	float:left;
	background: url(images/homeMiddle.jpg);
}

#homeBottom{
	width:589px;
	height:28px;
	float:left;
	background-image: url(images/homeBottom.jpg);
}

#contentText{
	float:left;
	width:510px;
	margin-left:50px;
	display:inline;
}

#contentText p{
	margin:0px;
	padding:0px;
	float:left;
}

#contentText img{
	float:left;
	padding-right:10px;
}

#contentText a{
	color:#000000;
	font-weight:bold;
}

#newsSection{
	width:500px;
	float:left;
	height:240px;
	margin-left:50px;
	display:inline;
	overflow:auto;
}

#titles{
	float:left;
	width:270px;
	margin-left:50px;
	margin-bottom:10px;
	display:inline;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	font-weight:bold;
}

.articleTitle{
	float:left;
	width:480px;
	font-weight:bold;
}

.articleMain{
	float:left;
	width:480px;
	margin-bottom:15px;
}

.articleMain a {
	color:#000000;
	font-weight:bold;
}

.formStyle{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
