/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: right;
	background: #ffffff url(images/back.png) repeat-y top right;
}

div#justin {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/top-back.png) repeat-x top left;
}

div#all {
	position: relative;
	top: -1px;
	width: 642px;
	/*border: 1px solid red;*/
	border-top: 1px solid white;
	margin: 0 178px 0 auto;
	text-align: left;
}

img#world {
	position: absolute;
	top: 0;
	right: -178px;
	*right: -179px;
}

img#redb {
	position: absolute;
	top: 0px;
	right: -12px;
	*right: -13px;
}

img#logo {
	position: absolute;
	top: 0;
	left: 0;
}

img#worldb {
	position: absolute;
	top: 0px;
	right: 0;
	left: 560px;
	width: 84px;
}

h1 {
	color: #003555;
	font-size: 1.15em;
	font-weight: normal;
}

div#tags {
	position: absolute;
	top: -1px;
	right: 0;
	width: 300px;
	left: 224px;
}

h3 {
	position: absolute;
	top: 10px;
	margin: 0;
	padding: 0;
	right: 60px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #003555;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	z-index: 1;
}

h4 {
	position: absolute;
	top: 45px;
	margin: 0;
	padding: 0;
	right: 60px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 1.1em;
	font-weight: normal;
	z-index: 1;
}

a {
	color: #003555;
}

a:hover {
	color: #AA0040;
}

div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #444444;
	margin: 130px 110px 20px 165px;
}

div#footer {
	border-top: 1px solid #ababab;
	font-size: 0.85em;
	*font-size: 0.8em;
	color: #7a7a7a;
	text-align: center;
}

div#footer a {
	color: #7a7a7a;
}

div#nav {
	position: absolute;
	top: 130px;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #444444;
	width: 135px;
	text-transform: uppercase;	
}

div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav a {
	display: block;
	text-decoration: none;
	color: #444444;
	padding: 5px 0 5px 30px;
	width: 135px;
}

body.home div#nav a.home {
	background: transparent url(images/here.png) top left no-repeat;
	background-position: 0 4px;
	*background-position: 0 6px;
}

div#nav a:hover {
	background: transparent url(images/here.png) top left no-repeat;
	background-position: 0 4px;
	color: #AA0040;
	*background-position: 0 6px;
}
