/* ------------------------------------------------------------------------------------ //
	MAIN TEMPLATE STYLES
// ------------------------------------------------------------------------------------ */
		
	body {
		background-color:black;
		font-family:Verdana;
	}
	h1 {
		font-size:15px;
		line-height:12px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	a:link    {color:blue; text-decoration:none;}
	a:visited {color:blue; text-decoration:none;}
	a:active  {color:blue; text-decoration:none;}
	a:hover   {color:blue; text-decoration:none;}
	#container {
		width:950px;
		height:auto;
		position: relative;
		top: 0px;
		left: 50%;
		margin-left: -475px;
		z-index:1;
	}
	#bullet {
		margin-left:20px;
		padding-left:20px;
		background-image:url(../images/bullet01.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	#bullet_nav {
		margin-left:0px;
		padding-left:20px;
		margin-bottom:10px;
		background-image:url(../images/bullet01.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	#bullet_nav_double {
		margin-left:0px;
		padding-left:20px;
		margin-bottom:10px;
		background-image:url(../images/bullet01.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}
	#bullet_nav_dup {
		margin-left:20px;
		padding-left:20px;
		margin-bottom:10px;
		background-image:url(../images/bullet01.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}
/* -------
----------------------------------------------------------------------------- //
	HEADER
// ------------------------------------------------------------------------------------ */
	#printer {
	position:relative;
	text-align:right;
	bottom:-13px;
	right:-5px;
	}
	#header {
		position: relative;
	}
	#logo {
		position:absolute;
		left:-3px;
		top:13px;
		width:443px;
		height:112px;
		background-image:url(../images/itbullpen_logo_white.png);
	}
	#topnav {
		position:absolute;
		top:115px;
		right:0px;
		width:450px;
	}
	#topnav_cyberjaz, #topnav_about, #topnav_contact, #topnav_customer{
		position:absolute;
		top:0px;
	}
	#topnav_cyberjaz { right:410px; }
	#topnav_contact { right:165px; top:-5px; }
	#topnav_about { right:82px; top:-6px; }
	#topnav_customer { right:0px; top:-6px; }
	#tagline {
		width:950px;
		height:50px;
		position: absolute;
		top: 147px;
		left: 50%;
		margin-left: -474px;
		background-image:url(../images/tagline.png);
	}
	#welcometext {
		position:absolute;
		top:13px;
		width:475px;
		left: 50%;
		color:#CDCDCD;
		font-size:14px;
		text-align:justify;
	}
	#services_box {
		position: relative;
		top:173px;
	}
	#services_cloud_computing {
		position:absolute;
		width:237px;
		font-size:12px;
		left:0px;
		top:10px;
		text-align:center;
		line-height:1.4;
	}
	#services_dedicated_windows_hosting {
		position:absolute;
		width:237px;
		font-size:12px;
		left:237px;
		top:10px;
		text-align:center;
		line-height:1.4;
	}
	#services_utility_service_hosting {
		position:absolute;
		width:237px;
		font-size:12px;
		right:237px;
		top:10px;
		text-align:center;
		line-height:1.4;
	}
	#services_application_hosting {
		position:absolute;
		width:237px;
		font-size:12px;
		right:0px;
		top:10px;
		text-align:center;
		line-height:1.4;
	}
	#clearall {
		clear:both;
	}
	#content_middle_sec {
		position:relative;
		top:200px;
	}
	#box_middle {
		float:left;
		background-image:url(../images/nav_body_bg.gif);
		width:950px;
		padding:0px;
	}
	#sec_nav {
		float:left;
		width:180px;
		font-size:14px;
		padding:20px;
	}
	#sec_body {
		position:relative;
		top:0px;
		right:0px;
		padding:20px;
		padding-top:20px;
		width:690px;
		font-size:14px;
		float:right
	}
	#sec_body_title {
		font-size:14px;
		color:#0061b4;
		margin-bottom:-16px;
		
	}
	#sec_body_left{
		width:300px;
		float:left;
		padding-left:20px;
		text-align:justify;
	}
	#sec_body_right{
		width:320px;
		float:right;
		vertical-align:middle;
		padding-right:-10px;
	}
	
	#sec_body_right a{
		color:#000000;
	}

	#main_left {
		float:left;
		width:250px;
		background-color:white;
	}
	#main_right {
		width:680px;
		padding:20px;
		background-color:white;
	}
	#box_top, #box_bottom {
		position:relative;
		height:5px;
	}
	#box_filler_gray {
		position:relative;
		height:5px;
		top:0px;
		left:5px;
		width:215px;
		background-color:#CDCDCD;
	}
	#box_filler_white {
		position:absolute;
		height:5px;
		top:0px;
		right:5px;
		width:725px;
		background-color:white;
	}
	#corner_top_left, #corner_top_right, #corner_bottom_left, #corner_bottom_right, #corner_bottom_nav, #corner_top_nav {
		height:5px;
		width:5px;
		position:absolute;
	}
	#corner_top_left {
		background-image:url(../images/corner_white_top_left.png);
		top:0px;
		left:0px;
	}
	#corner_top_right {
		background-image:url(../images/corner_white_top_right.png);
		top:0px;
		right:0px;
	}
	#corner_bottom_left {
		background-image:url(../images/corner_white_bottom_left.png);
		bottom:0px;
		left:0px;
	}
	#corner_bottom_right {
		background-image:url(../images/corner_white_bottom_right.png);
		bottom:0px;
		right:0px;
	}
	#corner_top_nav {
		background-image:url(../images/corner_gray_top_left.png);
		top:0px;
		left:0px;
	}
	#corner_bottom_nav {
		background-image:url(../images/corner_gray_bottom_left.png);
		bottom:0px;
		left:0px;
	}
/* ------------------------------------------------------------------------------------ //
	FOOTER STYLES
// ------------------------------------------------------------------------------------ */

	#footer {
		position:relative;
		width:950px;
		height:100px;
		top:209px;
		text-align:center;
		
	}
	#footer_address {
		font-size:14px;
		color:#CDCDCD
	}
	#footer_fineprint {
		padding-top:10px;
		font-size:11px;
		color:#CDCDCD
	}
	#footer_links {
		position:absolute;
		right:0px;
		font-size:11px;
		top:70px;
		color:#CDCDCD
	}
	#footer_links a {
		color:#CDCDCD
	}
