/* ABCELIFESTYLE 2005 CSS Document */

/* COMMON */
body {
	background-color: #CCCCCC;
	background-image: url(../media/images/decor/body_bg.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525;
	background-position: 780px top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #ED1B23;
	margin-top: 0px;
	padding-top: 0px;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;

}
p {

}
a:link, a:active, a:visited {
	color: #ED1B23;
	text-decoration: underline;

}
a:hover {
	text-decoration: none;

}
blockquote {

}
hr {
	border-bottom: 1px solid #ED1B23;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
img {
	border: none;

}

/* STRUCTURE */
.container {
	background-image: url(../media/images/decor/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 780px;

}
.header {
	background-image: url(../media/images/decor/header_bg.gif);
	height: 150px;

}
.nav {
	float: left;
	width: 160px;
	margin-left: 30px;
	_margin-left: 15px;
	padding-top: 10px;

}
.nav ul, .nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.nav a:link, .nav a:active, .nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #252525;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;

}
.nav a:hover {
	color: #ED1B23;

}
.content {
	width: 540px;
	float: right;
	padding-top: 10px;
	background-image: url(../media/images/decor/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 30px;
}
.footer {
	height: 250px;
	clear: both;
	background: url(../media/images/decor/footer_bg.gif);

}
.copyright {
	font-size: 10px;
	text-align: center;
	width: 780px;
	margin-bottom: 10px;

}

/* EXTRA */
.center {
	text-align: center;

}
.answer {
	font-style: italic;

}
.question {
	color: #ED1B23;
	font-weight: bold;
}
.answer:first-letter, .question:first-letter {
	font-weight: bold;
	font-size: 18px;

}
.advice {
	border: 1px solid #F2F2F2;
	padding: 10px;
	margin-bottom: 10px;

}
.to_top {
	text-align: center;
	margin-top: 10px;

}
.big {
	font-weight: bold;

}
img.blackBorder {
	border: 1px solid #000000;
}
