a {
text-decoration: none;
}

body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center; /* for IE */
	padding: 0;
	margin: 0 0 20px 0;
	}
	
#navwrap {
	width: 900px;
	margin: 0 auto 0 auto;
	height: 150px;
	background-color: transparent;
	background-image: url(images/bggrad.png);
	background-position: top;
	background-repeat: repeat-x;
}

.nav300 {
	width: 300px;
	height: 150px;
	float: left;
	background-color: transparent;
	color: #fff;
	font-family: sansserif;
	font-size: 30px;
	font-weight: bolder;
	font-variant: small-caps;
}
#nav600 {
	width: 598px;
	height: 150px;
	float: left;
	background-color: transparent;
}

#in600nav {
	height: 150px;
	width: 598px;
	color: #fff;
	position: relative;
}
	
#wrap {
	width:900px;
	height: 650px;
	-moz-box-sizing:border-box;box-sizing:border-box;
  	margin: auto;
	padding: 0;
	text-align: center;
	background-color: none;
}

#wrap2 {
	width:900px;
	height: 2450px;
	-moz-box-sizing:border-box;box-sizing:border-box;
  	margin: auto;
	padding: 0;
	text-align: center;
	background-color: transparent;
}

#wrap3 {
	width:900px;
	height: 700px;
	-moz-box-sizing:border-box;box-sizing:border-box;
  	margin: auto;
	padding: 0;
	text-align: center;
	background-color: transparent;
}

#wrap4 {
	width:900px;
	height: 1350px;
	-moz-box-sizing:border-box;box-sizing:border-box;
  	margin: auto;
	padding: 0;
	text-align: center;
	background-color: transparent;
}

.inwrap2 {
	padding: 20px;
	text-align: left;
	color: #fff;
	width: 898px;
}

#contactwrap {
	width:900px;
	height: 90px;
	margin: auto;
	text-align: left;
	background-color: transparent;
	border-top: 1px;
	border-top-color: #2E2E2E;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-color: #2E2E2E;
	border-bottom-style: solid;
	padding: 20px 0 0 0;
}

.incontact {
	width: 225px;
	float: right;
	 font-weight: bolder;
}

#logodiv {
width: 170px;
height: 30px;
padding: 15px 0 0 0;
color: #ccc;
background-image: url(images/ReaxionX.png);
background-position: left;
background-repeat: no-repeat;
float: right;
}

.greytext {
color: #666;
}

.whitetext {
color: #fff;
}

.D200 {
	width: 200px;
	float: left;
	background-color: transparent;
}

.D600 {
	width: 688px;
	float: left;
	background-color: transparent;
	background-image: url(images/clearbg.png);
	background-repeat: repeat;
	border: 0px;
	border-color: #666;
	border-style: solid;
}

.in600 {
	height: 550px;
	padding: 20px;
	text-align: left;
	color: #fff;
}

<!- nav menu -->

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 375px;
height: 31px;
background: transparent; /*menu strip background*/
border-width: 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

<-- gallery styles -->

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 5px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #000;
}

.gallery{
	border: 0;
}

.gallery img {
	padding: 30px 0 5px 0;
}
