/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com/
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com/">N.Design Studio</a>.
Version: 1.2
Author: Nick
Author URI: http://www.ndesign-studio.com/

	This theme was designed and built by Nick La.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	background: #E6E8DB;
	margin: 0px;
	padding: 0px 0px 40px;
}
#header {
  background:url('header.gif') no-repeat;
  height: 117px;
}
#container {
  margin: 0 auto;
  width: 854px;
  text-align: left;
}
#content {
	background: #ffffff;
	padding: 20px;
}
a {
	color: #A78E59;
	text-decoration: underline;
}
a:visited {
	color: #A78E59;
	text-decoration: underline;
}
a:hover {
	color: #A78E59;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	color: #07573E;
}
