body{
	/*background-color: rgb(46,77,99);*/
	background-color: rgb(9,34,47);
	background-image:url("res/texture.png");
	background-attachment: fixed;
	min-width: 1450px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#header{
	background-image:url("res/header.png");
    margin-left:0px;
    margin-right:0px;
    position:fixed;
	
    width: 200%;
	left:0px;
	top:0px;
}

#footer{
	background-image:url("res/footer.png");
    position:fixed;
	height:50px;
    width: 100%;
	left:0px;
	bottom:0px;
	z-index: 1;
}

h1 { font-weight:normal; }
h2 { font-weight:normal; }
h3 { font-weight:normal; }

.logo{
	background-image:url("res/logo.png");
	position:fixed;
    height:76px;
    width:287;
	left:0px;
	top:0px;
}

.title{
	position:fixed;
	font-size: 65px;
	left: 300px;
	top: -53px;
	margin-left:.5em;
	color:#ABA9A5
}

.show{
	position:relative;
	top: 100px;
	width: 80%;
	height: auto;
    background-color: #2D475A;
    color: #ABA9A5;
	border-color: #ABA9A5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	-moz-border-radius: 35px;

}

.skills{
	top: 10px;
	width: auto;
	height: auto;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	display: table;
}

img.skill{
	width: 85px;
	height: 85px;
	margin: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

img.skillSel{
	width: 32px;
	height: 32px;
	margin-left: 15px;
	margin-right: 15px;
	position:relative;
	top: auto;
	bottom: auto;
	margin-top: 9px;
	margin-bottom: 9px;
}

a:hover, a:visited, a:link, a:active{
    color: #ABA9A5;
    text-decoration: none;
}

p.desc{
	font-size: 24px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
}

h1{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10%;
	color: #EEEEEE;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 10%;
    margin-right: 10%;
    border-style: inset;
    border-width: 2px;
	color: #b2b2b2;
    background-color: #b2b2b2;
} 

#content{  
	position:relative;
	width: auto;
	height: auto;
	background: rgb(158, 158, 158);
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
	-moz-border-radius-bottomright: 35px;
	border-bottom-right-radius: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-bottom-left-radius: 35px;
}

table {
	top: 50px;
    border-collapse: collapse;
    width: 80%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

th {
	text-align: center;
    padding: 0px;
    font-size: 36px;
    border-width: 2px;
    border-style: solid;
    border-color: #ABA9A5;
    background-color: #ABA9A5;
    color: #2D475A;
	min-height: 75px;
	height: 90px;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
}

th.rate{
	min-width: 75px;
	max-width: 75px;
}

th.reqs{
    font-size: 18px;
	min-width: 75px;
	max-width: 75px;
}

img.req{
	width: 24px;
	height: 24px;
}

td {
	text-align: center;
    padding: 0px;
    font-size: 18px;
    border-width: 2px;
    border-style: solid;
    background-color: #2D475A;
    color: #ABA9A5;
}

td.details tr.details{
	display:none;
	/*font-weight: bold;*/
	position: relative;
}

p.details{
	display:none;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	font-size: 18px;
	/*font-weight: bold;*/
	vertical-align: top;
	text-align: center;
}

@media (orientation: portrait) {
    body {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}