/*
BASICS
*/

body {
	background: #97979a url(http://alexisbledelweb.com/images/v1/img_bg.jpg) repeat-x;
	margin: 0px;
	font: 9pt Arial;
	color: #a8a8a8;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #b59982;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #404040;
}
a img {
	border: 5px solid #d8d8d8;
}
a:hover img {
	border: 5px solid #c1c1c1;
}
table, tr, td {
	font: 9pt Arial;
}

/*
SIDE BAR
*/

#sideBar {
	background: #e6e6e6 url(http://alexisbledelweb.com/images/v1/img_11.jpg) no-repeat;
	width: 270px;
	height: 100%;
	padding: 110px 5px 20px 5px;
	vertical-align: top;
}

#sideBar h1 {
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #48484b;
	margin: 0px;
	padding: 5px;
}
#sideBar div.main {
	margin: 0px 0px 10px 0px;
}
#sideBar div.mainText {
	background: #d9d9d9;
	text-align: justify;
	color: #828282;
	-moz-border-radius: 7px;
	padding: 7px;
}
#sideBar td {
	color: #828282;
}
#sideBar a {
	color: #0f1013;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#sideBar a:hover {
	color: #b69e89;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#sideBar b {
	color: #b69e89;
}
#sideBar a img {
	border: 1px solid #cbcbcb;
}
#sideBar a:hover img {
	border: 1px solid #b0b0b0;
}

/*
CONTENT'S BODY
*/

#contentsBody {
	background: #ffffff url(http://alexisbledelweb.com/images/v1/img_12.jpg) no-repeat;
	width: 514px;
	height: 100%;
	vertical-align: top;
	padding: 0px 15px;
}
#contentsBody h1 {
	font: 14pt Georgia;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a78c75;
	margin: 0px;
}
#contentsBody h2 {
	font: 8pt Arial;
	color: #767676;
	margin: 0px 0px 15px 0px;
}
#contentsBody div.main {
	background: #f0f0f0;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 7px;
	padding: 10px;
}
#contentsBody div.mainText {
	text-align: justify;
	color: #a8a8a8;
}
#contentsBody blockquote {
	background: #e3e3e3;
	-moz-border-radius: 7px;
	color: #828282;
	padding: 10px;
}
#contentsBody textarea, #contentsBody input, #contentsBody select, #contentsBody button {
	background: #e3e3e3;
	border: 0px;
	font: 9pt Arial;
	-moz-border-radius: 7px;
	color: #828282;
	padding: 10px;
}

/* 
LAYOUT ESSENTIALS
*/

#introduction {
	background: #79787b url(http://alexisbledelweb.com/images/v1/img_07.jpg) no-repeat;
	width: 372px;
	height: 84px;
	font: 8pt Arial;
	color: #d6d6d6;
	text-align: justify;
	vertical-align: top;
}
#left {
	background: url(http://alexisbledelweb.com/images/v1/img_10_bg.jpg) repeat-y;
	width: 69px;
	height: 100%;
	vertical-align: top;
}
#right{
	background: url(http://alexisbledelweb.com/images/v1/img_13.jpg) repeat-y;
	width: 43px;
	height: 100%;
	vertical-align: top;
}