

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

#header
{
	width:1000px;
}

#main_div
{
	width:350px;
	height:400px;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
}

#main_gallery_div
{
	width:950px;
	height:400px;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
	background-image:url(../gallery/gallery_assets/gallery_bg.png);
}

#gallery_div
{
	width:200px;
	height:400px;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
}

#main_table
{
	margin:5px;
	border: 2px solid #ccc;
}

#bio_content
{
		width:1000px;
		height:550px;
		background-image:url(../assets/images/bgs/picbio.jpg);
}

#news_content
{
		width:1000px;
		height:550px;
		background-image:url(../assets/images/bgs/picnews.jpg);
}

#contact_content
{
		width:1000px;
		height:550px;
		background-image:url(../assets/images/bgs/piccontact.jpg);
}

#link_content
{
		width:1000px;
		height:550px;
		background-image:url(../assets/images/bgs/piclinks.jpg);
}

#sponsors_content
{
		width:1000px;
		height:550px;
		background-image:url(../assets/images/bgs/picsponsors.jpg);
}

#gallery_content
{
		width:1000px;
		height:550px;
		background-image:url(../assets/images/bgs/gallery_categories.jpg);
}