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

html {
        background: url(images/bg_green.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: large;
}
a {
	font-size: small;
}
a:link {
	color: #00A038;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: none;
}
#all {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:600px;
	z-index:5;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 50px;
}
.cj {
	font-size: 36px;
	color: #00a038;
}
.date {
	font-style: italic;
	font-size: small;
}
.header {
	font-size: 26px;
	color: #008232;
}
.info {
	font-size: medium;
}
.updates {
	font-size: small;
}
#cj_logo {
	position:absolute;
	left:20px;
	width:237px;
	height:116px;
	z-index:1;
	background-image: url(images/CJ_green.png);
}
#content {
	position:absolute;
	top:130px;
	width:775px;
	height:452px;
	z-index:2;
	display: table-column;
	background-image: url(../blue/images/content_blue.png);
}
#nav {
	position:absolute;
	left:27px;
	top:28px;
	width:699px;
	height:31px;
	z-index:3;
}
#copy_right {
	position:absolute;
	left:13px;
	top:410px;
	width:725px;
	height:15px;
	z-index:3;
}
#blue {
	position:absolute;
	left:739px;
	top:45px;
	width:30px;
	height:22px;
	z-index:2;
}
#orange {
	position:absolute;
	left:739px;
	top:73px;
	width:30px;
	height:22px;
	z-index:3;
}
#green {
	position:absolute;
	left:739px;
	top:101px;
	width:30px;
	height:22px;
	z-index:4;
}
#box {
	position:absolute;
	left:26px;
	width:410px;
	height:310px;
	z-index:2;
	top: 82px;
}
#info {
	position:absolute;
	left:40px;
	top:80px;
	width:670px;
	height:325px;
	z-index:2;
	overflow: auto;
}
#intro {
	position:absolute;
	left:26px;
	top:74px;
	width:420px;
	height:325px;
	z-index:3;
	text-align: left;
}
#resume {
	position:absolute;
	left:465px;
	top:82px;
	width:260px;
	height:310px;
	z-index:2;
}
#updates {
	position:absolute;
	left:460px;
	top:74px;
	width:266px;
	height:325px;
	z-index:3;
	overflow: auto;
}
#stamp {
	position:absolute;
	left:620px;
	top:420px;
	width:201px;
	height:122px;
	z-index:3;
}

