/*
Theme Name: SwordfishCS Default
Theme URI: http://swordfishcs.com/
Description: The default SwordfishCS simple theme.
Version: 1.0
Author: Joe Cole
*/

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding:0;
	margin:0;
	font-size: 2.6em;
	text-align: left;
	color:#006699;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}
p {
	text-align:left;
	font-size: 1.4em;
	line-height: auto;
}
ul {
	font-size: 1.2em;
	text-align:left;
}
hr {
	border: 0;
  width: 98%;
	background-color: #ccc;
	height:1px;
}
p a img.alignleft {
	float:left;
}
p a img.alignright {
	float:right;
}
#header {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	width: 768px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	}
#menu {
	background: url(/images/menu.png) #fff bottom left repeat-x;
	height:45px;
	width:768px;
	margin:0 auto;
	color:#000;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#menu ul {
	font-size:20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding:0;
}

#menu li a {
	color:#000;
	padding:10px 0;
	height: 25px;
	width:153.6px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
}
#menu li a:hover, #menu li a.current, #menu li a.active {
	background: url(/images/menu_hover.png) #fff bottom left repeat-x;
}
#content {
	width:748px;
	margin:0 auto;
	padding:10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
a img {
 border:none;
}
#content img {
	padding:5px 5px;
	margin-right:10px;
}