html, body, div, span, applet, object, iframe,
h1, 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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Start Datajan Styles*/
body{
	font-family:Sans-Serif;
	font-size:12px;
	line-height:16px;
}
.container{
	margin:auto;
	overflow:hidden;
	width:988px;
}
/*HEADER*/
header{
	background:url(images/header-bg.jpg) repeat-x;
	display:blcok;
	padding-top:38px;
}
	header h1{
		background:url(images/datjan-logo.jpg) no-repeat;
		float:left;
		height:147px;
		margin-bottom:20px;
		text-indent:-9999px;
		width:368px;
	}
	header #contact{
		color:#02263F;
		float:right;
		font-weight:bold;
		margin-top:38px;
		text-align:right;
	}
		header #contact a{
			color:#02263F;
			text-decoration:none;
		}
		header #contact address{
			margin-top:20px;
		}

/*CONTENT*/
#content-wrap{
	background:#002d56;
	border-top:7px solid #005596;
	border-bottom:7px solid #005596;
	clear:both;
	overflow:hidden;
	padding-bottom:25px;
}
#intro{
	clear:both;
	color:#FFF;
	padding-top:25px;
	width:430px;
}
	#intro h2{
		font-size:24px;
		font-weight:bold;
		margin-bottom:20px;
	}
	#intro p{
		margin-bottom:15px;
	}

.col1, .col2{
	float:left;
	padding-top:10px;
	width:470px;
}
	.col2{
		float:right;
	}
	.box{
		background:#E8E7EF;
		color:#002D56;
		float:left;
		padding:5px;
		height:121px;
		margin-bottom:10px;
		position:relative;
		width:460px;
	}
	.box img{
		float:left;
	}
		.about{
			float:left;
			padding:10px 0 0 10px;
			width:355px;
		}
		.box a.link{
			color:#005596;
			font-weight:bold;
			position:absolute;
			bottom:5px;
			right:5px;
			text-decoration:none;
		}
	
	.col2 span{
		display:block;
		color:#FFF;
		float:right;
		font-weight:bold;
		text-align:right;
		width:250px;
	}
	
	
/*Footer*/
footer{
	clear:both;
	display:block;
	color:red;
	margin:auto;
	overflow:hidden;
	padding:15px 0;
	width:988px;
}	
	#footer-contact{
		float:left;
		color:#002D56;
	}
		#footer-contact a{
			color:#002D56;
			text-decoration:none;
		}
	#by{
		color:#7C7B78;
		float:right;
	}	
		#by a{
			color:#282C69;
			font-weight:bold;
		}
	
	
	
	