/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @modified by Vincent P. Alexis & Mick Casey
*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;
	background-image: url(http://www.missdarlington.be/files/rose.gif);
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited { 
	text-decoration: 
	none; color: #000000; }
a:hover {
	text-decoration: none;
	color: #000000;
}

a img { border: none; }

#sticker {
    	width: 150px;
	height: 150px;
    	position: absolute;
	left: 650px;
	top: 10px;
}

#menu {
	width: 180px;
	overflow: auto;
	position: absolute;
	height: auto;
	background-color: #fff;
	border: 2px dotted #FFFFFF;
	padding: 10px;
	top: 14px;
	text-align: right;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}

#content {
	position: absolute;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
	left: 220px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
#content a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
#content a:visited { 
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}

#content p { margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-family: "CommercialScript BT";
	font-size: 38px;
	line-height: 34px;
}
h2 {
	font-size: 10px;
	line-height: 0px;
	font-weight: bolder;
}
h3 {
	text-align: left;
}
h4 { font-size: 12px; }

#img-container	{
	margin: 0;
	padding: 0;
}
#img-container p	{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

#once { clear: left; }

