/* Copyright Protecbody.com */
/* Layout.css for general layout css */

/* Main Page Elements */

body { background: #05056e url("/images/bg_body.jpg") repeat-x; margin: 0px; padding: 0px; font: normal 12px Verdana, Arial, Helvetica, sans-serif;}
a { color: #2160C9; text-decoration: none; border-bottom: 1px dotted #999; padding-bottom: 1px; }
a:hover { border-bottom: 1px solid #1D4F9F; color: #1D4F9F; }
a.nolink, a.nolink:hover { border-bottom: 0px; }
img { border: 0px; }
#main { margin: 0px auto; width: 770px; }

/* Top Elements */
#top { padding-left: 0px; }

/* Left Side */
#left_side { float: left; background: #030444 url("/images/bg_left_side.jpg") no-repeat; margin-top: 0px; margin-left: 18px; margin-bottom: 300px;}

/* Navigation */
#nav { float:left; background: url("/images/bg_nav.jpg") repeat-y; border-left: 2px solid #fff; width: 129px; margin-left: -2px}
	#nav .r { position: relative; }

/* Center Content */
#center { float:left; margin-left: 129px; margin-top: -469px; padding-top: 20px;width: 569px; background: url("/images/bg_center.jpg") repeat-y; height: auto; min-height: 500px;}
	#center #content .block { float:left; background: #f4f4f4; padding: 10px 0px 10px 25px; width: 420px; margin: 10px 0px; }
	#center #content .block h2 { margin: 0px 0px 0px -10px; padding: 0px; text-transform: uppercase }
	#center #content .block p { line-height: 15px; }
	
	#center #btm { position:relative; float: left; margin: 45px 0px 10px 0px; }
	#center #btm .L { float: left; padding-top: 20px; padding-left: 20px; width: 240px; }
	#center #btm .R { float: left; line-height: 15px; text-align: center; text-transform: uppercase; font: normal 10px Verdana, Arial, Helvetica, sans-serif}
	#center #btm .R img { margin-bottom: 6px; }


/* Right Side */
#right_side { float: left; margin-left: 28px; width: 723px; background: #030444 url("/images/bg_right_side.jpg") top right no-repeat; }
