/*
Theme Name: Park's Taekwondo

Description: Website
Version: 1
Tags: one column, widget
Author: Connie Tran

License: GPL
*/
@charset "UTF-8";
@import url("text.css");
@import url("color.css");
@import url("nav.css");
@import url("button.css");

#wrapper {
	position:relative;
	width:953px;
	margin-left:auto;
	margin-right:auto;
	padding-left:9px;
	padding-right:21px;
}

#header {
	position:relative;
	height:140px;
	width:953px;
	margin-top:52px;
}

.logo {
	position:absolute;
	width:95px;
	height:136px;
	left:25px;
	top:0px;
	background-image:url(http://www.zyppyt.com/taekwondo/wp-content/themes/theme/images/logo.png);
	z-index:4;
}

.title {
	position:absolute;
	margin-top:50px;
	margin-left:145px;
}

#nav {
	position:absolute;
	height:36px;
	width:953px;
	margin-top:89px;
	background-image:url(http://www.zyppyt.com/taekwondo/wp-content/themes/theme/images/nav.jpg);
	z-index:3;
}

#banner {
	position:relative;
	height:236px;
	width:946px;
	margin-top:5px;
	float:right;
	background-color:#000;
	z-index:0;
}

.bannerCorner {
	position:absolute;
	top:0;
	height:236px;
	width:948px;
	background-image:url(http://www.zyppyt.com/taekwondo/wp-content/themes/theme/images/banner.png);
	z-index:999;
}

.clear {
	clear:both;
}

#buttonHome {
	width:953px;
	height:81px;
	margin-top:8px;
	background-image:url(http://www.zyppyt.com/taekwondo/wp-content/themes/theme/images/buttons.jpg);
}

#content {
	width:946px;
	min-height:150px;
	margin-top:44px;
	float:right;
	padding-bottom:60px;
}

.contentLeft {
	width:616px;
	border-right:1px solid #999;
	min-height:150px;
	padding-right:38px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
}

.contentRight {
	width:250px;
	min-height:150px;
	padding-left:38px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
}