/* CSS Document Jojos Cakes ©2009 */

/********* DIVS *********/

#wrapper {
	width:920px; height: auto;
	margin:0 auto;
	background-color: #FFFFFF;
}
	
#navigation {
	padding: 0px;
	width: 900px; height: 50px;
	position: absolute; top: 0px; background-color: #FFFFFF;
}

#mast {
	padding: 0px; width: 900px; height: 200px;
	position: absolute; top: 50px;
}

#spacer {
	width:900px; height: 20px;
	position: absolute; top: 250px;
	margin:0 auto; background-color: #FFFFFF;
}

#leftcol {
	float: left; width: 160px; height: 600px; background-color: #FFF;
	position: absolute; top: 270px; margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px 20px 20px 20px;
}

#rightcol {
	float: left; width: 159px; height: 600px;  /* width -1px for left border */
	background-color: #FFF;
	position: absolute; top: 270px;
	margin: 0px 0px 0px 700px;
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;
	padding: 0px 20px 20px 20px;
	border-left-width: 1px; border-left-style: dashed; border-left-color: #666;
}

#content {
	float: left; width: 469px; height: 600px; /* width -1px for left border */
	background-color: #FFFFFF;
	position: absolute; top: 270px;
	margin: 0px 200px; padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px 20px 20px 20px;
	border-left-width: 1px; border-left-style: dashed; border-left-color: #666;

}

#contentfull {
	float: left; width: 659px; height: 600px; /* width -1px for left border */
	background-color: #FFFFFF;
	position: absolute; top: 270px;
	margin: 0px 200px; padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px 20px 20px 20px;
	border-left-width: 1px; border-left-style: dashed; border-left-color: #666;
}


/* ---------- TEXT ---------- */
	

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; line-height: 17px; color: #333333;
	text-decoration: none;
}

.burg	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; line-height: 17px; color: #660000;
	text-decoration: none;
}

h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #FF66CC;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	}
	
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; line-height: 17px; color: #FF66CC;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; line-height: 17px; color: #FF66CC;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; line-height: 17px; color: #FF66CC;
	text-decoration: underline;
}
	
	
	
/* ---------- NAVIGATION ---------- */


#navigation ul {
	padding: 8px;
	margin: 12px 10px 3px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF66CC;
	text-decoration: none;
}

#navigation ul li {
	display: inline;
	padding: 2px 5px 2px 5px;
}
#navigation ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #FF66CC;
	padding: 2px 12px 2px 12px;
}

#navigation a:link, #navigation a:visited {
	color: #FF66CC;
	padding: 2px 12px 2px 12px;
}
#navigation a:active, #navigation a:hover {
	color: #FFFFFF;
	background-color: #FF66CC;
	padding: 2px 12px 2px 12px;
}	
	
	
	
	
	
	

