/*
Theme Name: Engagement Ring
Theme URI: http://google.com
Description: Wordpress Theme
Version: .1
Author: Paul Jamil
Tags: Princess cut engagement ring

*/
body {
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
	background:#e1fafc;
	color:#333;
}
h1 {
	font-size:24px;
	margin:0 0 20px;
}
a {
	color:#1693a5;
}
a:hover {
	color:#0f464e;
}
#wrap {
	text-align:left;
	width:760px;
	margin:0 auto;
}
#header {
	height:130px;
	background:#1693a5 url('images/gradient.png') no-repeat bottom left;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	margin:0 0 15px;
}
	#header img {
		margin:25px 0 0 45px;
	}
	#header ul {
		margin:25px 0 0 25px;
	}
	#header ul li {
		display:inline;
		color:#73bec9;
	}
		#header ul li a {
			color:#FFF;
			text-decoration:none;
			margin:0 5px;
		}
		#header ul li a:hover {
			text-decoration:underline;
		}
#content {
	background:#FFF;
	padding:25px;
	-moz-border-radius:5px;
	margin:0 0 15px;
}
	#content p {
		line-height:24px;
		margin:0 0 20px;
	}
#footer {
	background:#1693a5;
	height:30px;
	font-size:12px;
	color:#FFF;
	line-height:30px;
	-moz-border-radius:5px;
	padding:0 25px;
}
	#footer a {
		color:#bbe7ec;
	}

.left {
	float:left;
}
.right {
	float:right;
}
.floatleft {
margin:0 10px 10px 0;
float:left;
}