/* resetting some default styles */

html, body, div, span, applet, object, iframe,
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: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;
}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

html { font-size:100.01%; }
body { font-size:0.625em; }

textarea {overflow:auto}
button {cursor:pointer}
input[type="checkbox"], 
input[type="radio"],
input.radio,
input.checkbox {
	vertical-align:text-top;
}
a {text-decoration:underline;color:#bf0000;}
a:hover {text-decoration:none}
/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}



#wrapper{
	width:960px;
	margin:0 auto;
}

/* 7-1 */
.bg{
	width:960px;
	height:580px;
}

	.content{
		width:745px;
		height:559px;
		background:#FFF url(loule.jpg);
		top:3px;
		left:0px;
		position:relative;
		float:left;
	}
	
		.content .box{
			width:318px;
			height:135px;
			background:#fff;
			float:right;
			top:410px;
			margin-right:13px;
			position:relative;
			filter:alpha(opacity=70);
      -moz-opacity:.70;
      opacity:.70;
		}
		
			.content .box p{
				width:290px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:14pt;
				color:#000;
				text-align:justify;
				top:15px;
				left:12px;
				position:relative;
				line-height:18px;
			}
	
	.sidebar{
		width:210px;
		height:572px;
		background:#ffcd00;
		float:left;
		top:7px;
		left:18px;
		position:relative;
	}
	
		.sidebar h1{
			font-size:14pt;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-align:center;
			position:relative;
			top:8px;
		}
		
		.sidebar p{
		width:190px;
			font-size:12pt;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			position:relative;
			top:19px;
			left:10px;
			text-align:justify;
		}
		
		.adbrite_7_1{
			width:200px;
			height:200px;
			top:10px;
			margin-top:10px;
			left:2px;
			position:relative;
		}
		
	.adbrite_7_1_2{
		width:745px;
		height:15px;
		top:-9px;
		left:5px;
		position:relative;
	}

.clear{
	clear:both;
}
