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

body{
height: 100%;
margin: 0;
padding: 0;
}

#logo {
	float:left;
	padding: 10px;
}

div.bottom { position: relative ;/* Establish 'positioned' ancestor  */
                 text-align: left ; /* Center the contained text */
               }
div.bottom p {
                  color: black ;        /* Must specify colors */
                  background-color: white ;  /* otherwise transparent! */
                  position: fixed ;     /* position relative to window */
                  bottom: 0 ;           /*  against the window bottom */
                  left: 0 ;             /* Stretch to go clear */
                  right: 0 ;            /*  across viewport */
				  width: 297px;
                  margin-bottom: 0 ;    /* Adjust to suit */
                  padding: 20px 0 20px 20px ;   /*  with a nice top padding */
				  float: left;
                 } 
#nav {
	text-align: left;
}
div.nav p {
	color: black;
	bottom: 0;
	right: 0;
	float: right;
	margin: 0 30px 0 0;
	padding: 20px 20px 20px 0;
}

.subnav {
	line-height: 1.5em;
	padding: 0 0 0 20px;
	width: 50%;
	height: 151px;
}

.subnav a:link {
	color: #cc3427;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.subnav a:visited {
	color: #cc3427;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


div.content {
	background: #ccc;
	color: #000;
	padding: 40px;
/*	border-top: medium #000 solid;
	border-bottom: medium #000 solid;
*/	overflow: auto;
	height: 250px;
}

.title {
	font-size: 24px;
	font-weight: 400;
	width: 100%;
	border-bottom: thin #cc3427 solid;
}

.description {
	font-size: 20px;
	font-weight: 300;
	width: 100%;
	border-bottom: thin #cc3427 solid;
}

.about {
	font-size: 24px;
	border-bottom: solid thin #f5911d;
	margin-bottom: 2px;
}

.aboutskills {
	margin-bottom: 0;
	padding: 0;
}

.noupspace {
	margin: 2px 0 0 30px;
	padding: 0px;
}

.left {
	float:left;
}

.right {
	float:right;
}

img { border: none; } 