@charset "UTF-8";
/* CSS Document */

/**
 * Body
 */
html, body{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
}
/**
 * Font family
 */
b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: Georgia, serif;
}

a
{
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family: Arial, sans-serif;
}



/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#333;
}


h1, h2, h3, h4, h5, h6
{
	font-size:14px;
	color: #000;
	font-weight: normal;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	padding:0px;
	font-size: 19px;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	margin: 0px 0px 12px 0px;
	color: #191919;
	text-transform:uppercase;
}

h2
{
	margin:0px 0px 4px 0px;
	padding:0px;
	font-weight:normal;
	font-size:13px;
	letter-spacing: 0.02em;
	color: #191919;
	text-transform:uppercase;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}
/**
 * Links
 */
a
{
	color: #333;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color: #909090;
	text-decoration:none;
}
/*-------------------------------------
		 Basic layout
---------------------------------------*/
/* header */
#header{
	width: 900px;
	height: 85px;
	margin: 0;
	border-bottom: solid 1px #e5e5e5;
}
#header .inside{
}
#logo{
	float: right;
	width: 167px;
	height: 18px;
	margin: 48px 0 0 0;
}

/* Main */
#container{
	width: 900px;
	margin: 0 0 0 0;
}
#main{
	width: 900px;
	height: 100%;
	margin: 0;
	background: url(../images/blot_callout_bg_bottom.jpg) bottom left repeat-x;
}
#main .inside{
	margin: 15px 0 0 0;
	width: 900px;
}

/* Footer */
#footer{
	height: 40px;
	width: 900px; 
	border-top: solid 1px #e5e5e5;

}
#footer .inside{
	margin: 15px 0 0 0;
	
}

#footer .ce_text p{
	margin: 3px 0 0 0;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #333;
	
}

#footer .ce_text a{
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #333;
	font-weight:normal
	

}

#footer .ce_text a:hover{
	color: #333;
}
