@charset "UTF-8";
/* CSS Document */

body {
	background-color:		#003;
	background-image:		url(http://www.spiritualwarriordesign.com/images/world_at_night.jpg);
	background-position:	left;
	background-attachment:	fixed;
	text-align:				justify;
	font-family:			"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding-top:	        0px;
	margin-top:				0px;
}

#background {
	width:					750px;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				30px;
	padding-top:            0px;
	background-color:		#FFC;
	background-image:		url(http://www.spiritualwarriordesign.com/images/middle.jpg);
	background-position:	top;
	background-repeat:		repeat-y;
}

#textfield {
	width:					750px;
	min-height:	            500px;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				0px;
	background-color:		none;
	background-image:		url(http://www.spiritualwarriordesign.com/images/top.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
	padding:				0px;
	text-align:				justify;
	font-family:			"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

#bottom {
	width:					750px;
	height:					96px;
	padding:	            0px;
	margin:					-0px 0px 0px 0px;
	min-height:	            96px;
	max-height:				96px;
	background-color:		none;
	background-image:		url(http://www.spiritualwarriordesign.com/images/bottom.jpg);
	background-position:	bottom;
	background-repeat:		no-repeat;
}

#navigation {
	font-size:				90%;
	width:					170px;
	margin:					0px 0px 0px 0px;
	padding:		        265px 0px 0px 10px;
	float:					left;
	font-family:			"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:			bold;
}
#navigation ul {
	margin:                 0px;
    padding:	        	0px;
    list-style-type:   		none;
}
#navigation a:link {
	color:			        #006;
	text-decoration:		none;
}
#navigation a:visited {
	color:					#006;
	text-decoration:		none;
}
#navigation a:hover {
	color:					#D00;
	text-decoration:		none;
}

#content {
	margin:					0px 0px 0px 200px;
	padding:		        205px 40px 0px 0px;
	color:					#003;
	font-family:			"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:				90%;
}
#content a:link {
	color:					#008;
}
#content a:visited {
	color:					#008;
}
#content a:hover {
	color:					#D00;
}

#floatright {
	float:					right;
	margin-left:			10px;
}
#adsense {
	height:					65px;
	width:					480px;
}

blockquote {
	font-size:				85%;
	font-style:				italic;
	color:					#007;
}
blockquote strong {
	font-weight:			bold;
	color:					#002;
}

strong {
	font-weight:			bold;
	color:					#802502;
}

h1 {
	font-size:				200%;
	font-style:				italic;
	color:					#006;
	margin:                 0px;
    padding:	        	0px;
}
h2 {
	font-size:				135%;
	font-style:				italic;
	color:					#006;
	margin:                 0px;
    padding:	            0px;
}
h3 {
	font-size:				115%;
	font-style:				italic;
	color:					#802502;
    padding:                0px;
    margin:                 0px;
}
h5 {
	font-size:				105%;
	font-style:				italic;
	color:					#006;
    padding:                0px;
    margin:                 0px;
}

#sideBar {
    margin:                 0px;
    padding:	            0px;
}
.center {
	text-align:				center;
}
