/*
ResponsiPet Stylesheet - Copyright 2009 ResponsiPet
*/

body {
	font-family: 'Trebuchet MS', sans-serif;
	font-size:14px; 
	color: #030303;
	background-color:#f2dfe4;
	padding:0px;
	margin:0px;
}

a {
		color: #030303;
}

h1 {
	color: #6c0d2a;
	font-size:20px; 
	margin-top:6px;
	font-weight:normal;
}

h2 {
	color: #030303;
	font-size:18px; 
	font-weight:normal;
}

h3 {
	color: #6c0d2a;
	font-size:16px; 
	font-weight:normal;
}

p {
	margin: 14px 0 14px 0;
}

img {
	margin-left:30px;
}

.wrapper {
	width:1024px;
	background-color:#f2dfe4;
	text-align:left;
}

#logo {
	background:url(images/logo.gif) no-repeat left;
	float:left;
	height:54px;
	width:236px;
}

#header {
	margin-top:5px;
}

#header-left {
	float:left;
	width:400px;
}

#header-left h1 {
	font-size:15px;
	float:left;
	width:400px;
	height:24px;
	margin:0;
	color: #030303;
	font-weight:bold;
}

#header-title {
	clear:both;
}

#header-right {
	float:right;
	padding-top:10px;
	margin:0px 18px 0 0;
}

#header-right p{
	margin:5px 0px 5px 0;
	font-weight:bold;
}

#nav {
	background:url(images/header.jpg) no-repeat left;
	clear:both;
	height:260px;
	width:1024px;
}

#nav a {
	text-decoration:none;
	color:#fbf8f8;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

.page_item {
	margin-top:5px;
	float:left;
	background-color:#f2dfe4;
	color: #fbf8f8;
	padding:4px 0px 0px 8px;
	width:76px;
	height:23px;
	background:url(images/button.jpg) no-repeat left;
	font-weight:normal;
}

.page-item-2 {
	margin-right:70px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

#header-message {
	display:inline;
	clear:both;
	float:left;
	width:300px;
	height:200px;
	padding:0;
	margin:0px 0 0 300px;
}

#header-message h2{
	text-align: center; 
	font-weight:normal;
	margin:80px 0 0 0;
	color: #fbf8f8;
	font-size:20px; 
}

#main {
	padding:0px 20px 10px 20px;
}

#footer {
	clear:both;
	border-top: solid #6c0d2a 2px;
	text-align:center;
	font-size:12px; 
	margin:5px 0 5px 0;
}

#footer p {
	margin: 2px;
	height:20px;
}

