* {
	padding: 0;
	margin: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:85%;
	color: #333333;
	
}

h1, h2, h3 {
	color: #666666;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: capitalize;
	font-size: 1.3em;
	letter-spacing:0.21em;
	color: #6600Ff;
	font-style: italic;
	line-height:120%;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: capitalize;
	font-size: 0.8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6600FF;
	font-size: 95%;
	text-transform: none;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}
a:link {
	color: #6600Ff;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

hr {
	BORDER:none;
	background-color:#cccccc;
	color: #cccccc;
	height:1px;
	width:90%;
	}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
	padding-right: 50px;
}
.indent {
	padding-left:10px;
	}


#container{
	width:900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	}
/* Header */

#header {
	height: 200px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 200px;
	background-image: url(logo2.gif);
	background-color: #FFFFFF;
}

/* Logo */

#logo {
	height: 80px;
	padding: 120px 0 0 30px;
	text-transform: lowercase;
	background-image: url(topimglft.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Wrapper */

#wrapper {
	background-position: left bottom;
	background-repeat: no-repeat;
	height: auto;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	background-image: url(images/cyclist.jpg);
	padding-top: 20px;
}

/* Content */

#content {
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #eeeeee;
	background-image: url(images/building.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 25px;
	text-decoration: none;
	font-size: .9em;
	font-weight:normal;
	color:#666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
}

#menu a:hover {
	color: #6600Ff;
	text-decoration: underline;
}
/* Search */

#search {
	width: 250px;
	padding-top: 8px;
	padding-bottom: 1px;
	padding-left:9px;
	margin-bottom:1px;
	margin-top: 30px;
	float: right;
}

#search form {
	background-color: #CCCCCC;
	padding: 2px;
	margin: 0;
	border: 1px solid #eeeeee;


}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background:#00FF00;
	
}

#search-text {
	text-transform: none;
	color: #FFFFFF;
	background-color: #6600FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	padding-right: 5px;
	margin-right: 5px;
}

#search-submit {

}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	padding: 20px 20px;
	color: #FFFFFF;
	background-color: #6600FF;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: 0.9em;
	padding-top: 10px;
}

#footer a {
	color: #FFFFFF
}
.tags {
	margin: 0;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/bg4.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6600FF;
}
#webdesign {
	font-size:70%;
	color:#666666;
	text-align:right;
	background-color:#FFFFFF;}
	
#webdesign a:link {
	color: #666666;
	
}

#webdesign a:hover {
	text-decoration: none;
}

#webdesign a:visited {
}
.news {
	background-color:#6600Ff;
	color:#fff;
	padding:5px;}
.news a {
	color:#fff;
	}
.birthdayimg {
	padding:5px;
	border:1px solid #6600Ff;}