/*  
Theme Name: See You At The Beach
Theme URI: http://www.wpdesigner.com
Description: See You At The Beach Wordpress theme created by Small Potato.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #eed497 url(images/bg_body.gif) repeat-x;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #3182a9;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ddd;
	color: #ddd;
}


#container{
	margin: 0 auto;
	width: 718px;
	padding: 10px 0 0;
	text-align: left;
	vertical-align: top;
}

#page, #footer{
	width: 718px;
	float: left;
	background: #17353f url(images/bg_page.gif) no-repeat;
	color: #fff;
	clear: both;
}

#footer{
	margin: 0 0 10px;
	background: #17353f url(images/bg_footer.gif) no-repeat bottom left;
	height: 10px;
}

#menu{
	display: inline;
	float: left;
	margin: 10px 10px 0;
	width: 698px;
	height: 25px;
	background: #060809 url(images/bg_menu.gif) no-repeat;
	text-align: center;
}


#banner{
	display: inline;
	float: left;
	margin: 10px 10px 0;
	width: 698px;
	height: 201px;
	overflow: hidden;
	background: url(images/banner.jpg) no-repeat;
}

.widecolumn_bottom{
	display: inline;
	float: left;
	margin: 10px 10px 0;
	width: 698px;
	background: #fff url(images/bg_widecolumn_bottom.gif) no-repeat bottom left;
}

.widecolumn_top{
	float: left;
	width: 698px;
	padding: 0 0 10px;
	background: url(images/bg_widecolumn_top.gif) no-repeat;
	color: #000;
}

.narrowcolumn{
	float: left;
	margin:5px;
	width:430px;
}

.sidebar{
	float: left;
	margin-left: 40px;
	width:210px;
	* width:180px;
	* margin-left: 0;
}
