/* *** Reset browser styles *** */



h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, code, pre, form, fieldset, blockquote, html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
  -moz-opacity: .999;
}

table {
	border-collapse: collapse; /* prevents double borders */
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset  { 
	border: 0; /* remove border around linked images and fieldsets */
}

ol  {
	margin-left: 1.8em; /* add smaller indent than default */
	list-style: decimal;
}

ul {
	margin-left: 1.5em;
	list-style:square;
}

q:before, q:after { 
	content:''; /* remove browser generated quote marks */
}



#threeCol #contentWrap {
	width: 585px;
}

#twoCol #contentWrap {
	width: 760px;
}

#twoCol #main {
	width: 580px;
	margin-right: 10px;
}

#contentWrap {
	float:left;
}

#contentWrap #main {
	float: right;
	padding-bottom: 25px;
}

#container {
	width: 750px;
	height:310px;
	margin: 0 auto;

	border: 2px solid #4775ff;
	background-color: #FFFFFF;
	padding-top:50px;
	
}



