@import url("sencss.css");

html, body {
	background:#fff url(images/bg.jpg) repeat-x;
	font-size:14px;
	line-height:1.5;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
a {
	color:#09f;
}

#container {
	background:url(images/footer.jpg) bottom no-repeat;
	margin:25px auto 0;
	position:relative;
	width:960px;
}

#logo {
	height:125px;
	margin:0;
	padding:0;
}
#cycle {
	background:#475d7a;
	height:5px;
}
#cycleimages {
	float:left;
	display:none;
	width:520px;
}
#button {
	color:#fff;
	display:inline;
	float:right;
	font-size:10px;
	margin-right:130px;
	overflow:hidden;
	width:100px;
}
#button span {
	cursor:pointer;
}
#alt {
	color:#fff;
	display:inline;
	float:right;
	font-weight:bold;
	margin-right:25px;
	overflow:hidden;
	width:250px;
}

#main {
	background:url(images/nav.jpg) repeat-y;
}
#content {
	display:inline;
	float:left;
	margin-left:50px;
	padding-top:30px;
	width:685px;
}
#main-message hr {
	background:#ddd;
	color:#ddd;
}
#main-message h2 {
	background:#ccc;
	font-size:18px;
	padding:10px;
	text-transform:uppercase;
}
#main-message p {
	font-size:15px;
	color:#4d79a6;
	padding-left:50px;
}
.post h2, .page h2 {
	font-size:20px;
	text-align:center;
}
.post h3, .page h3 {
	font-size:18px;
}
.post h4, .page h4 {
	font-size:16px;
}
.post, .page {
	padding:10px 10px 30px 50px;
}
.small {
	font-size:11px;
	padding:50px 10px 10px 50px;
}

#menu {
	display:inline;
	float:right;	
	font-size:14px;
	padding:25px 25px 10px 45px;
	margin-right:25px;
	width:130px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	list-style:none outside;
	margin-bottom:10px;
}
#menu ul li a {
	color:#15559c;
	font-size:15px;
	text-decoration:none;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#info {
	height:100px;
	padding-top:150px;
	width:960px;
	text-align:center;
}
#info small {
	margin:0;
	padding:0;
}
#info p {
	line-height:60px;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}
.center {
	text-align:center;
}
.aligncenter {
	margin: 0 auto;
}
.left, .alignleft {
	float:left;
}
.right,.alignright {
	float:right;
}
