#image {

}


.video
{
	width: 520px;
	height: 310px;
	clear: none;
}



.image_ramme {
	height: 170px;
	width: 300px;
	float: left;
	margin: 0px;
	position: relative;
}

#image a {
	display: block;
	position: absolute;
	outline: none;
	text-indent: -900%;
	clear: left;
	float: left;
	background-position: left top;
}
#image a:hover {
	background-position: left bottom;
}

body {
	background: #ffffff;
	font-family: Arial, "Arial Black", sans-serif;
	font-size: 100%;
}



.oneColFixCtr #container {
	width: 1360px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFffff;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}

#container_video {
	width: 520px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFffff;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
}
#padding_40px_vert{
	background: #ffffff;
	width: 40px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	float: left;
}


#padding_10px_vert{
	background: #ffffff;
	width: 10px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	float: left;	
}
#padding_40px_vert_170px_hoz{
	background: #ffffff;
	width: 40px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 170px;
	float: left;
}





#padding_10px_hoz{
	background: #ffffff;
	width: 1360px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 10px;
	float: left;
}
#project_40px_vert{
	background: #ffffff;
	width: 40px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 170px;
	float: left;
}
#project_40px_vert_200hor{
	background: #ffffff;
	width: 40px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	float: left;
}



#cadmanbox {
	background: #ffc113;
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	float: left;
}

#aboutbox {
	background: #f2f2f2;
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	float: left;
}

#newsbox {
	background: #f2f2f2;
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	float: left;
}

#contactbox {
	background: #f2f2f2;
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	float: left;
	bottom: 0px;
	
}

#contact {
	width: 300px;
	height: 30px;
	float: left;
	bottom: 0px;
}



h1 {
	font-size: 12px;
	color: #ffc113;
	text-align: right;
	font-weight: normal;
	margin: 5px;
	margin-right: 0px;
	position: relative;
	bottom: -37px;
}
h2 {
	font-size: 12px;
	color: #e358ce;
	text-align: right;
	font-weight: normal;
	margin: 7px;
	margin-right: 0px;
	position: relative;
	bottom: -36px;
}

h3 {
	font-size: 12px;
	color: #abbc00;
	text-align: right;
	font-weight: normal;
	margin: 7px;
	margin-right: 0px;
	position: relative;
	bottom: -36px;
}

h4 {
	font-size: 12px;
	color: #abbc00;
	text-align: right;
	font-weight: normal;
	margin: 7px;
	margin-right: 0px;
	position: relative;
	bottom: -23px;
}

h5 {
	font-size: 12px;
	color: #e358ce;
	text-align: left;
	font-weight: normal;
	position: relative;
	bottom: -37px;
	float: left;
}

h6 {
	font-size: 12px;
	color: #e358ce;
	text-align: right;
	font-weight: normal;
	position: relative;
	bottom: -29px;
	float: right;
}




a:link {
	color: #e358ce;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c334ad;
}
a:active {
	text-decoration: none;
}


#projects {
}

.thumb {
	height: 170px;
	width: 300px;
	float: left;
	margin: 0px;
	position: relative;
}

.thumb_25x200px {
	height: 200px;
	width: 25px;
	float: left;
	margin: 0px;
	position: relative;
}


#projects a {
	display: block;
	position: absolute;
	outline: none;
	text-indent: -900%;
	clear: left;
	float: left;
	background-position: left top;
}
#projects a:hover {
	background-position: left bottom;
}

