

#page
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top:  20px;
}

.align-right
{
	margin-left: auto;
	width: auto;
}

#header h2
{
	width:  200px;
}

#mainMenu
{
	margin-left: 370px;
	width:  600px;
}

#mainMenu td
{
	padding-right: 10px;
	color: #222;
}

#mainMenu a
{
	color: #595959;
	text-decoration: none;
	margin-right: 10px;
	margin-top: -5px;
}

#mainMenu a:hover
{
	color: #303030;
	text-decoration: none;
}

#mainContent
{
	margin-top: 50px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #444;
	text-decoration: none;
}

.lightLink
{
	color: #444;
	text-decoration: overline;
}

.lightLink:hover
{
	color: #BBB;
}

.license-link
{
	color: #666;
	text-decoration: underline;
}

.license-link:hover
{
	color: #333;
}

#footer
{
    margin-top:  80px;
}

.codeText
{
	color: #EEE;
	font: 15px courier;
	background-color: #222;
	padding: 15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.previewImg
{
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border: solid 2px black;
	height: 80px;
}


.tbox {  
    padding: 5px;  
    font-size: 15px;  
    text-shadow: 0px 1px 0px #fff;  
    outline: none;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #ccc;  
    -webkit-transition: .3s ease-in-out;  
    -moz-transition: .3s ease-in-out;  
}  
  
    .tbox:focus {  
        border: 1px solid #fafafa;  
        -webkit-box-shadow: 0px 0px 6px #007eff;  
        -moz-box-shadow: 0px 0px 5px #007eff;  
        box-shadow: 0px 0px 5px #007eff;  
    }  
