/*  ------------------------------------------------------------
	You're and Your - Making you a little bit smarter!
	------------------------------------------------------------
	Version:	0.8b
	Author:		Marko Jankovic
	Date:		December 20, 2008
	------------------------------------------------------------	
	Table of Contents
	
	0.	Reset
	0.1.	Global Styles
	1.	Content
	1.1.	Form
	2. Footer
		
	------------------------------------------------------------
*/

/*	------------------------------------------------------------
	0. Reset
	------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	------------------------------------------------------------
	0.1. Reset - Global Styles
	------------------------------------------------------------*/
body {
	background-color: #323235;
	font-family: Calibri, Arial, sans-serif;
}

hr {
	display: none;
}

/*	------------------------------------------------------------
	1. Contentarea
	------------------------------------------------------------*/
#content {
	width: 100%;
	background: #1b1b1e;
	border-bottom: 5px solid #19191c;
}

#content h1 {
	width: 635px;
	height: 110px;
	margin: 0 auto;
	background: #1b1b1e url(bg_headline.gif) no-repeat;
	text-indent: -3000px;
}

#content h1 a {
	display: block;
	width: 235px;
	height: 60px;
}
.wrap {
	width: 635px;
	margin: 0 auto;
	background: url(bg_content.gif) repeat-y center;
}
.bubble {
	width: 565px;
	padding: 0 35px 150px 35px;
	margin: 0 auto;
	background: url(bg_bubble.gif) no-repeat bottom center;
}
.text {
	width: 565px;
	padding: 0 35px 55px 35px;
	margin: 0 auto;
	background: url(bg_text.gif) no-repeat bottom center;
}

.text ul {
	padding: 0 0 10px 0;
}

.bubble h2 {
	padding: 0 0 10px 0;
}

.bubble ul li ul {
	padding: 0 0 20px 20px;
}

.bubble p {
	padding: 0 0 10px 0;
}

.bubble span {
	font-size: 12px;
}

.bubble a {
	color: #4f4e57;
	text-decoration: none;
	border-bottom: 2px solid #e1e1ec;
}
.bubble a:hover {
	color: #fff;
	background: #323235;
	border-bottom: 2px solid #323235;
}

/*	------------------------------------------------------------
	2. Footer
	------------------------------------------------------------*/
#footer {
	width: 620px;
	margin: 0 auto;
}

.footer_body {
	float: left;
	width: 190px;
	margin: 0 20px 0 0;
	padding: 0 0 30px 0;	
	color: #a8a8b0;
}
.support {
	width: 200px;
	margin: 10px 0 30px 0;
}

.footer_body h3 {
	padding: 10px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.footer_body  ul li {
	padding: 0 0 3px 0;
}
.footer_body a {
	color: #a8a8b0;
	font-weight: bold;
	text-decoration: none;
}
.footer_body a:hover {
	background: #a8a8b0;
	color: #000;
}

.footer_body p {
	text-align: justify;
	font-size: 12px;
}
.footer_body p a {
	font-size: 12px;
}
