/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
	font-size: small;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

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

a img { border: none; }

#menu {
    width: 215px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
	padding-top: 25px;
	padding-left: 5px;
}

.container {
    padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#flashContent { overflow:hidden;
				margin-top: -230px;}


#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
    background-color: #FFFFFF;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.frame { height:500px; width:496px; }

.canvas { height:500px; width:496px; display: inline; background-color: #000; float:left;}

.paint { position:realtive; float:left; }

.paint p { font-size: 8px; letter-spacing:4px; margin: 7px 0px 0px 10px;}

.grid { height:1px; width:496px; display: block; float:left;}


.column1 {
  float: left;
  height:500px;
  width:51px;
  margin: 0;
  padding: 0;
}

.column2 {
  float: left;
  height:500px;
  width:64px;
  postion: realtive;
  margin: 0;
  padding: 0;
}

.column3 {
  float: left;
  height:500px;
  width:64px;
  postion: realtive;
  margin: 0;
  padding: 0;
}

.column4 {
  float: left;
  height:500px;
  width:128px;
  postion: realtive;
  margin: 0;
  padding: 0;
}

.column4ish {
  float: left;
  height:500px;
  width:9px;
  postion: realtive;
  margin: 0;
  padding: 0;
}

.column5 {
  float: left;
  height:500px;
  width:148px;
  postion: realtive;
  margin: 0;
}

.column5ish {
  float: left;
  height:500px;
  width:9px;
  postion: realtive;
  margin: 0;
}

.column6 {
  float: left;
  height:500px;
  width:23px;
  postion: realtive;
  margin: 0;
}


.tiled {
  float: left;
  display: block;
}


.tape { height:9px;
		background-color:#000;}


.white { background-color:#fbfcf6; } 
.blue { background-color:#2316a4; }
.red { background-color:#e2311d; }
.yellow { background-color:#ffef3f; }
