BODY{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #5C2110;
}

IMG{
	border:0;
}

H1{
	font: 18px Georgia, Times New Roman, Times, serif;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 6px;
	border-left: solid #4e4e4e 5px;
	color: #B40000;
}

H2{
	font: 14px Georgia, Times New Roman, Times, serif;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #517caf;
}

P A{
	text-decoration: none;
	color: #B40000;
	padding-left: 2px;
	padding-right: 2px;
}

P A:hover{
	background-color: #d5e2f1;
	color: #000000;
}

Q{
	font-style: italic;
	line-height: 18px;
	display:block;
	width: 280px;
	padding: 10px;
	padding-bottom: 30px;
	text-align: center;
	background-image: url(../images/chocolate-small.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.quote{
	margin-bottom: 0;
}

.no-bg{
	background-image: none;
}

/*
#text UL LI{
	list-style-type: square;
}
*/

.empf{
	font-weight: bold;
	color: #517caf;
}

.clear{
	clear:both;
    	content: "."; 
   	display: block; 
    	height: 0;  
    	visibility: hidden;
}


.main{
	width:  760px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	left:50%;
	margin-left:-380px;
	background-color: #FFFFFF;
	background-image: url(../images/chocolate.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

* HTML .main{
	height: 550px;
}

#title{
	float: left;
}

#display-image{
	float: right;
}

#menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	width: 142px;
	float: left;
}

/* menu */

#menu A{
	display: block;
	font: 18px Georgia, Times New Roman, Times, serif;
	color: #B40000;
	text-decoration: none;
	padding-left: 26px;
	padding-bottom: 5px;
}


#menu A:hover{
	color: #000000;
}

#text{
	margin-top: 30px;
	margin-left: 10px;
	padding-bottom: 60px;
	float: left;
	width: 340px;
}

#text P{
	margin-top: 0;
}

#tagline{
	float:right;
	margin-top: 50px;
	margin-right: 35px;
}

#index-image{
	float:right;
	margin-top: 110px;
	margin-right: 35px;
}

#media72-link{
	font-size: 10px;
	text-decoration: none;
	color: #3d64d8;
	position: absolute;
	bottom: 12px;
	margin-left: 185px;
}

* HTML #media72-link{
	margin-left: 155px;
}

/* experience page */

#first-photo{
	margin-top: 15px;
	margin-left: 15px;
	float: right;
}

#second-photo{
	float:left;
	valign:top;
	margin-right: 20px;
	margin-bottom: 10px;
}

#chocolate, #dips{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#chocolate LI, #dips LI{
	list-style-type: none;
	margin: 8px;
	padding: 5px;
	text-align: center;
}

#chocolate #milk{
	border: solid #56230a 1px;
	background-color: #56230a;
	color: #FFFFFF;
}

#chocolate #dark{
	border: solid #291303 1px;
	background-color: #291303;
	color: #FFFFFF;
}

#chocolate #white{
	border: solid #56230a 1px;
	color: #56230a;
}

#dips LI{
	padding: 10px;
	font-weight: bold;
}

#dips #strawberries{
	background-image: url(../images/dips/strawberries.jpg);
}

#dips #marshmallows{
	background-image: url(../images/dips/marshmallows.jpg);
}

#dips #doughnuts{
	background-image: url(../images/dips/doughnut.jpg);
}

#dips #profiteroles{
	background-image: url(../images/dips/profiteroles.jpg);
}

#dips #bananas{
	background-image: url(../images/dips/bananas.jpg);
}

#dips #grapes{
	background-image: url(../images/dips/grapes.jpg);
}

#dips #fudge{
	background-image: url(../images/dips/fudge.jpg);
}

#dips #pineapple{
	background-image: url(../images/dips/pineapple.jpg);
}

.align-right{
	/*float: right;*/
	text-align: right;
}


/* forms */

FORM{
	padding: 0;
	margin: 0;
}

INPUT, TEXTAREA{
	border: solid #5C2110 1px;
	padding: 0px 2px 2px 2px;
	font-size: 12px;
	background-color: #dfcaaa;
	width: 180px;
}

INPUT:focus, TEXTAREA:focus{
	background-color: #FFFFFF;
}

SELECT{
	background-color: #dfcaaa;
}

LABEL{
	width: 135px;
	display: block;
	float:left;
	padding-top: 2px;
}

#submit{
	width: auto;
	background-color: #5C2110;
	color: #FFFFFF;
}