/* BASIC */
body {
	font:14px "century gothic",helvetica,sans-serif;
	text-align:center;
	color:#333;
	background:#F0F0F0;
}
h1,h2 {
	font-weight:normal;
	color:#000;
	margin:0 0 10px;
	
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
p {
	line-height:20px;
	margin:0 0 10px;
}
ul li {
	list-style:inside;
	margin:0 0 10px;
	color:#666;
}

/* LAYOUT */
#wrap {
	margin:10px auto 0;
	width:760px;
	text-align:left;
	border:2px solid #999;
	padding:20px;
	background:#FFF;
}

/* HEADER */
#header {
	border-bottom:5px solid #EEE;
	margin:0 0 15px;
	position:relative;
}
#header h2 {
	float:left;
	font-size:43px;
}
#header #number {
	float:right;
	font-size:16px;
}

/* ABOUT */
#about {
	border-bottom:1px dashed #CCC;
	margin:0 0 25px;
	padding:0 0 15px;
}
#about #optin {
	float:right;
	border-left:1px dashed #CCC;
	padding:0 0 0 15px;
}

/* PACKAGES */
#packages {}
#packages .package {
	float:left;
	width:233px;
	margin:0 0 20px 20px;
}

/* TESTIMONIAL */
#testimonial {
	background:#EEE;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#666;
}
#testimonial h2 {
	color:#333;
}
#testimonial span {
	font-weight:bold;
	font-size:20px;
}
#testimonial .source {
	text-align:right;
	text-decoration:italics;
	font-weight:bold;
}

#footer {
	margin:15px 0 0;
	text-align:center;
	color:#CCC;
}

/* OTHER */
.clear {
	clear:both;
	height:1px;
	margin-bottom:-1px;
}
a, .blue {
	color:#0298ca;
}
a, .green {
	color:#00C600;
}
a:hover {
	color:#000;
}
.note{width:650px;border:2px solid red; margin:0 auto 10px auto; padding: 5px 10px; background-color:#FFFFCC;}
.highlight{background-color:#FFFF00;}
.note p.heading{border-color:#000000;
border-style:none none solid;
border-width:medium medium 1px;
font-size:1.2em;
font-weight:bold;
margin:0 0 5px;
padding:0 0 4px;
width:100%;}

