/* dancingdaughters.com css file */

/*define background color */

body {
	background: #fffec9;
	}

/* define headlines */

h1 {
	font-size: 16px;
	font-family: 'Verdana', 'Helvetica', Sans-Serif;
	font-weight: bold;
	line-height: 1;
	color: black;
}

h2 {
	font-size: 48px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	font-weight: boldest;
	line-height: 1;
	color: yellow;
	<br>;
}


/* set class for body and link text */

.copy {
	font-size: 12px;
	font-family: 'Verdana', 'Helvetica', Sans-Serif;
	color: black;
}

.link {
	font-size: 12px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	color: red;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: middle;
}

.special {
	font-size: 11px;
	font-family: 'Verdana', 'Helvetica', Sans-Serif;
	color: black;
}

.notice {
	font-size: 12px;
	font-family: 'Verdana', 'Helvetica', Sans-Serif;
	text-align: center;
	color: black;
}

.order {
	font-size: 14px;
	font-family: 'Verdana', 'Helvetica', Sans-Serif;
	color: black;
}

/* define links */

a:link {
	color: f06a57;
	text-decoration: none;
}

a:visited {
	color: f06a57;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: underline;
}

a:active {
	color: #e6ed95;
	background-color: white;
	text-decoration: none;
}

/* define positioning */

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

/* Column 1 for navigation */

#primary {
	float: left;
	width: 111px;
	margin-top: -12px;
	
}

/* Column 2 for content */

#secondary {
	text-align: left;
	margin-left: 509px;
}

#left {
	position: absolute;
	left: 0;
	top: 0;
	width: 111px;
}

#right {
	width: 509px;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 30px;
}

#center {
	margin-left: 320px;
	margin-right: 320px;
}

#contentwrapper {
	width: 620px;
	height: auto;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

