/* You Touched Me CSS */

html {margin: 0; padding: 0;}

body {
	background-color: #FFFFFF;	
	text-align: center;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

#wrapper {
	margin: 0 auto 20px auto;
	width: 840px;
	text-align: left;
}

#header {	
	height: 100px;
	width: 840px;
	margin: 0 0 40px 0;
}

#logo {
	height: 80px;
	width: 500px;
	background: url('http://www.youtouchedme.com/i/title.gif') top left no-repeat;
}

#nav {
	width: 820px;
	background-color: #F3F3F3;
	border-bottom: 1px dotted #CCCCCC;
	height: 30px;
	font-size: 1.3em;
	padding: 0;
	text-align: center;
	margin: 0 0 20px 0;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding-top: 6px; 
}

#nav ul li {
	display: inline;
	padding: 0 4px 0 0;
}

#nav ul li a {
	padding: 5px 16px 13px 20px;
}

#nav ul li a:hover, #nav ul li a#current {
	color: white;
	background-color: #FF6600;
}

#bulletin {
	margin: 0 0 0 15px;
	height: 10px;
}

/* HOME PAGE ========= */
#hp-slug {
	padding-left: 12px;
}

#hpimage {
	width: 820px;
	padding: 0 3px 0 3px;
	margin: 60px 0 0 0;
}

#hpimage img {
	padding: 0 3px;
}

/* PAGE ========= */
#page {
	width: 800px;
	float: left;
	margin: 0 10px 0 10px;
}

#page .rightcolumn {
	width: 300px;
	float: left;
}

#page .text {
	width: 450px;
	float: left;
	margin: 0 40px 0 10px;
}

#page p {
	font-size: 1.1em;
}

.text ul {
	list-style-type: none;
	padding: 0;
}

.text ul li {
	background: url('i/bullet.gif') no-repeat left;
	font-size: 1.3em;
	padding: 4px 0 4px 20px;
}

/* FOOTER ========= */
#footer {
	width: 820px;
	margin: 50px 0 0 0;
	padding: 30px 0 0 0;
	text-align: right;
	clear: both;
}

#footer ul {
	list-style-type: none;
	border-top: 1px dotted #ccc;
}

#footer ul li {
	display: inline;
}

/* TEXT ========= */
h1 {
	font-size: 3em;
}

h2 {
	color: #FF6600;
	font-size: 2em;
}

p.new {
	padding: 1em;
	background-color: #F3F3F3;
	border: 1px dotted #CCC;
}

a {
	color: #FF6600;
	text-decoration: none;
}
/* a:visited {
	color: #FF9933;
} */

a:hover {
	color: white;
	background-color: #FF6600;
}

p a {
	text-decoration: underline;
}

fieldset#contact {
	padding: 0 0 10px 20px;

}

