/* CSS Document */

body			{background-color:#000;}

#wrapper		{width:1143px; height:1200px; background-color:#000; margin:auto;}

#topnav			{width:900px; height:50px; background-color:#000; float:left;}

#topnav ul li 		{float:left; list-style-type:none;}

#topnav ul li a		{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	display: block;
	height: 24px;
	width: 100px;
	text-align: center;
	line-height: 24px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}

#topnav ul li a:hover {
	background-color: #666;}

#social-media-icons		{float:right; height:50px; margin-right:0px; background-color:#000;}

#social-media-icons ul li	{display:inline;}	

#container		{
	width:743px;
	height:900px;
	float:right;
	background-color:#333;
	color: #FFF;
}

#content1		{width:400px; height:520px; background-color:#3269c9;}

#content1a		{background-color:#3269c9;
	height: 100px;
	width: 400px;
	margin-left:20px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	float: none;}

#content1b		{width:350px; height:400px; margin:auto; margin-top:30px; background-color:#3269c9;}

#content2		{width:400px; height:430px; background-color:#3269c9;}



#content3		{background-color:#000;
	position: relative;
	text-align: center;}
