/*!
Theme Name: alpha
Theme URI: http://underscores.me/
Author: Steve Davenport
Author URI: http://crosseyeinc.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: slug
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

 */
 
 
 /*!---------GENERAL STYLES----------*/
 
 body {
	background-color: #263b6d;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}

#row {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

/*!---------HEADER----------*/
 
#row.hdr {
	height: 130px;
	background-color: #263b6d;
}
#center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
    #row.hdr img.logo {
	margin: 0px;
	padding: 0px;
	float: left;
}

/*!---------SLIDER----------*/