/***
 * CSS code to support http://www.juliansgift.org
 * Last updated: October 11, 2009
 * XHTML/CSS programmed by Mindutopia
 * Contact Info:
 *		E-mail  	go@mindutopia.com
 *		Website		http://www.mindutopia.com
 ***/
 

/*** Defaults ***/

*{
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	line-height: 1.4em;
	
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#000;
	background:url(images/background.png) repeat-x;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:940px;
}

a:link {
	color: #3B6E9D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B6E9D;
}
a:hover {
	text-decoration: none;
	color: #006DC5;
}
a:active {
	text-decoration: none;
	color: #3B6E9D;
}

li{
	list-style:inside;
	margin-left:10px;
	list-style-type:circle;
	font-weight:normal;
}


/*** Global Classes ***/

#header{
	margin-top:15px;
}

#main_content{
	margin-top:30px;
}

.navigation{
	float:left;
	width:160px;
	margin-top:20px;
}

.navigation_title{
	padding-bottom:3px;
}

.vert_line{
	width:25px;
	float:left;
	text-align:center;
	margin-top:20px;
}

.right_col{
	float:right;
	width:740px;
	margin-top:20px;
	padding-left:10px;
	padding-right:5px;
}

.right_col_title{
	padding-bottom:3px;
}

#footer{
	clear:both;
	padding-top:30px;
	text-align:right;
	padding-right:5px;
	font-size:10px;
	color:#999;
	padding-bottom:30px;
}