* {
    padding: 0;
    margin: 0;	
} 

body {
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000;
}

a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
padding: 10px 0 20px 0;
height: 200px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}
#header img {
float: left;
}

#menu {
height: 40px;
line-height: 40px;
background: url(images/menu.png) no-repeat;
text-transform: uppercase;
}

#menu ul {
padding-left: 10px;
list-style-type: none;
text-align: center;
}
#menu ul li {
display: inline;

}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #eee;
text-decoration: underline;
}

#content {
padding: 20px 10px 50px 10px;
float: left;
background: #ddd;
margin-left: 15px;
margin-right: 20px;
border: 3px dash white;
border-top: none;
min-height:450px
}

#machinations {

background-repeat:repeat;
}

#sidemenu ul {
padding-left: 0px;
list-style-type: none;
text-transform: uppercase;
line-height: 25px;
background-color: #0b0;
height: 100px;
}

#sidemenu ul li {
display: block;
float: left;
}
#sidemenu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
letter-spacing: -1px;
}
#sidemenu ul li a:hover {
color: #eee;
text-decoration: underline;
}

.right {
width: 70%;
float: right;
text-align: justify;
}

.right h2 {
color: #000;
font-size: 20px;	
font-weight: 100;
padding : 15px 0 10px 0;
}

.right h3 {
padding : 10px 0 15px 0;
}

.left {
width: 25%;
float: left;
padding-right: 15px;
border-right: 1px solid #bbb;
font-size: 12px;
}

.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #666;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
background: #000;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 8px;
padding: 10px;
}

.articles {
text-align: left;
padding-right:15px;
}

.articles h3 {
padding:15px 0px 0px 0px;
}

.articles ul {
padding:3px 0px 0px 20px;
}

#googleform {
padding:10px 10px 0px 10px;
float:center;
}

.img {
text-align: center;
padding:10px 10px 10px 0px;
font-weight: 600;
}

.beta_form {
padding:15px;
border: 1px solid #bbb;
margin: 10px 25px 10px 5px;
}

#mach_sideimg {
padding-top: 30px;
max-width: 100%;
float: right;
}