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

* {
	outline: none;
	-webkit-text-size-adjust: none;
}

body {
	margin-top: 0px;
	-webkit-text-size-adjust: none;
}

#Everything {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Abstract_top.jpg);
	background-repeat: no-repeat;
	padding-top: 115px;
}

#BG {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Abstract_mid.jpg);
	background-repeat: repeat-y;
}

#Centre {
	height: 500px;
	width: 900px;
	border-bottom-color: #6A8C93;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #6A8C93;
	border-left-color: #6A8C93;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A8C93;
}

#Centre1 {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-250px;
	height: 500px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

.ThumbImage {
	float: left;
	position: static;
	margin-bottom: 10px;
	margin-right: 25px;
	display: inline;  /* <---Solution for bug IE6 */
	}

.ThumbImage a:link, .ThumbImage a:visited {
	background-color: #CCCCCC;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	float: left;
	position: static;
	}

.ThumbImage a:hover{
	background-color: #C5161D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
#Header {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 205px;
	width: 430px;
	margin-left: 90px;
}

#MainArea {
	color: #CCCCCC;
	padding: 10px;
	margin-left: 90px;
	width: 625px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#MainArea a:link, #MainArea a:visited {
	color: #C5161D;
	text-decoration: underline;
}

#MainArea a:hover{
	text-decoration: none;
}

.Footer {
	font-size: 12px;
	color: #999999;
	}

.ContactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.ContactText a:link, .ContactText a:visited {
	text-decoration: underline;
	color: #000000;
}

.ContactText a:hover{
	text-decoration: none;
}

#Footer2 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Abstract_bot.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 350px;
	text-align: right;
}

.portfolio {
	clear: both;
}

.LeftColumn {
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	width: 240px;
}

.RightColumn {
	float: left;
	width: 335px;
	-webkit-text-size-adjust: none;
}

.Description {
	height: 239px;
	padding-top: 10px;
	font-size: 12px;
}

ul {
	margin: 0px;
	list-style-position: inside;
	padding-left: 0px;
	-webkit-text-size-adjust: none;
	}

li {
	-webkit-text-size-adjust: none;
	}
