@charset "utf-8";
@import '../mobile.css';
/* CSS Document */

 {
	outline: thin solid red;
	}  
	
/* Swatch Colors */
/* background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
/* background-color: rgba(171, 164, 158, 1); /*swatch 4 402*/
/* background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/

body {
	width: 295px;
	overflow: hidden;
	color: rgba(171, 164, 158, .9); /*swatch 4 402*/
	background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/
	
	padding: 5px;
	}
	
.cap {
	padding-left: 3px;
	float: right;
	margin: 0px 20px 20px 0px;
	width: 80px;
	height: 80px;
	}
	
table {
	position: relative;
	top: -255px;
	left: 210px;
	}
	
img.links {
	width: 30px;
	height: 30px;
	}
	
#cap {
	position: absolute;
	top: 90px;
	left: 260px;
	display: none;
	}
	
p strong {
	display: none;
	}
	
h1 {
	position: relative;
	top: -15px;
	margin-bottom: -55px;
	}
	
p {
	margin-left: 3px;
	font-size: 8pt;
	
	position: relative;
	top: 30px;
	}
	
/*chrome & safari*/
table {
	-webkit-position: relative;
	-webkit-top: -250px;
	-webkit-left: 210px;
	}

/*internet explorer*/
table {
	-ms-position: absolute;
	-ms-top: -250px;
	-ms-left: 210px;
	}
