body {
	background-color: #FFF;
	margin:0;
	padding:0;
	
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
}

/* Padding | Margin */
* {
padding:0;
margin:0;
}

a{color:#1f76dc;text-decoration: none;}
a:hover, a.continue:hover, p strong a:hover {color: #ff4f42;}

.title{text-decoration:underline;}

/* SIZE */
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.clear{clear:both};

#content ul {
	margin-top: 25px;
	margin-right: 0pt;
	margin-bottom: 25px;
	margin-left: 0pt;
}

#content ul li {
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 11px;
}

#content h1 {
	color: #176dc6;
	font-size: 1.7em;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0pt;
}


/* HEADER */
#header{}

#container {
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	text-align: left;
	width: 976px;
}

#content {
	background-color: transparent;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	height: 1400px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 15px;
	width: 961px;
}

#main {
	background-color: transparent;
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	clear: both;
	display: block;
	height: 208px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	width: 950px;
}

#enter_url {

}

#enter_url input {color: #222222;background-color:#fff;font-size:130%;text-align:left;padding:2px;}

.article {
	float: left;
	padding:10px 15px 0 0;
	margin:10px 4px 0 4px;
	width: 210px;
	align:center;
	overflow:hidden;
}

.article img {padding:6px 0 13px 0}

.clearfix {
	display:block;
}

#sub {
	clear:both;
	display:block;
	height:314px;
	padding:15px 0 0 0;
	margin:0 auto;
	width:950px;
}

#subleft {
	background:url(images/box.gif) no-repeat;
	float:left;
	height:314px;
	margin:0;
	width:277px;
}

#subcenter {
	background:url(images/box.gif) no-repeat;
	float:left;
	height:314px;
	margin:0 53px;
	width:276px;
}

#subright {
	background:url(images/box.gif) no-repeat;
	float:left;
	height:314px;
	width:276px;
}

#url {
	font-size: 1.8em;
	background:url(images/url_bg.gif) no-repeat;
	margin: 25px 0 25px 0;
	display: block;
	padding:17px 0 0 0;
	text-align: center;
	height:49px;
	width:950px;
	font-family: 'Courier New';
}


#sub h2{font-size:22px;color:#000;}
#subleft, #subcenter, #subright{padding:5px 0 0 5px}

/* Tabs */
pre {text-indent: 30px}
#tabmenu {width:932px;color: #000; border-bottom: 1px solid black; margin: 12px 0px 0px 0;z-index: 1; padding-left: 10px }
#tabmenu li { display: inline; overflow: hidden; list-style-type: none; }
#tabmenu a, a.active { color: #aaaaaa; background: #295229; font: normal 1em verdana, Arial, sans-serif; border: 1px solid black; padding: 2px 5px 0px 5px; margin: 0px; text-decoration: none; cursor:hand; }
#tabmenu a.active { background: #ffffff; border-bottom: 3px solid #ffffff; }
#tabmenu a:hover { color: #fff; background: #ADC09F; }
#tabmenu a:visited { color: #E8E9BE; }
#tabmenu a.active:hover { background: #ffffff; color: #DEDECF; }
#tab_content {width:900px;margin:0;text-align: justify; background: #ffffff; padding: 20px; border: 1px solid black; border-top: none; z-index: 2;}

/* Code */
pre code {
	display:block;
	background:#222;
	color:#ececec;
	border:3px double #fff;
	padding:7px;
}

pre {
	padding:0;
	margin-bottom:18px;
}


/* Shot */
div.box {
    border-right:1px dotted #E1E1E1;
    float:left;
    font-size:2em;
    height:100px;
    text-align:center;
    width:180px;
}

#footer{
margin:50px 0 20px 0;
}
