@charset "utf-8";
/* CSS Document */

body{
	margin:auto;
	width:800px;
	padding-top:20px;
}

#logo{
	float:left;
	width:200px;
}

#menu{
	width:600px;
	float:right;
}

#buttons{
	width:300px;
	margin:auto;
}

#buttons div{
	top:50%;
	float:left;
	width:80px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	background-color:#000;
	color:#FFF;
	text-align:center;
	margin:10px;
	padding:0px;
    border-radius: 5px;
}

#buttons div:hover{
	background-color:#bbf;
	color:#FFF;
}

#buttons > div > a{
	text-decoration:none;
	color:#FFF;
}

#tagline{
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	font-size:18px;
	width:278px;
	margin:auto;
}

#links{
	width:150px;
	margin-top:20px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	clear:left;
	background-color:#bbf;
	height:400px;
}

#links a{
	display:block;
	text-align:left;
	width:150px;
	text-decoration:none;
	color:#000;
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#000;
}

#links a:hover{
	color:#FFF;
	cursor:pointer;
}

#content{
	padding-top:5px;
	height:400px;
	width:620px;
	margin-top:20px;
	padding-left:20px;
	float:left;
	background-color:#ddd;
}