/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	}


h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif; 	
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif; 	
} 

h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif; 	
}


h4 {
	font-size: 4em;
	font-weight: normal;
	color: #000000;
	font-family: "Staccato222 BT", Dadhand, ArtBrush, "Mistral AV", "Murray Bold", Aeolus;
}

h5 {
	font-size: 3em;
	font-weight: normal;
	
	font-family: "Staccato222 BT", Dadhand, ArtBrush, "Mistral AV", "Murray Bold", Aeolus;
}


p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 150%;
}

p {
}

.img {
	margin-right:12px;
	margin-left:12px;
	margin-top:0px;
	margin-bottom:8px;
	}

blockquote {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1.5em;
	background: left top;
	background-image: url(images/paw_15.gif);
	background-repeat: no-repeat;
}

ol {
	margin-left: 3em;
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a {
	color: #330066;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.bg {
	background: url(images/img02.jpg) repeat-x;
}

/* Header */

#header {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 70px;
}

/* Logo */

#logo {
	float: left;
	/* width: 100%; */
}

#logo h1 {
	margin: 0;
	font-size: 4em;
}

#logo h2 {
	margin: 0;
	padding-left: .1em;
	font-size: 2em;
	/*  font-weight: bold;  */
}

#logo a {
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	display: inline;
	padding-top: 1em;
	font-size: 18px;
}

#menu h2 {
	display: none;
}

#menu ul {
	display: none;
}

#menu li {
}

#menu a {
}


#menu a:hover {
}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	background: url(images/img04.jpg) repeat-y;
}

#sidebar .title {
	margin: 0;
	padding: 15px 0px 0px 0px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar .content {
	padding: 10px;
}

#sidebar p {
	padding-top: 5px;
	line-height: 110%;
}

#sidebar ul li {
	margin-left: 0em;
	line-height: 175%;
}

#sidebar .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}

/* Content */

#content {
	float: right;
	width: 500px;
}

/* Splash */

#splash {
	text-align: center;
	background: url(images/img09.jpg) repeat-y;
}

#splash .top {
	padding: 20px 20px 16px 20px;
	background: url(images/img08.jpg) no-repeat;
}

#splash .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
	padding: 0 20px;
	color: #000000;
}

/* Samples */

#samples {
	padding: 20px;
	background: url(images/img05.jpg) repeat-x;
}

/* Loc Menu */

#loc {
	padding: 20px;
	background: url(images/img05.jpg) repeat-x;
	font-size: .9em;
	}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
}

#footer p {
	font-size: 12px;
}