body	{
	margin: 0;
	padding: 0;
	font-size: 110%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #000;
	background-color: #1a1a1a;
	font-family: Optima, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	}

	
/*typography*/

p	{
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	}

a	{
	font-weight: normal;
	text-decoration: underline;
	color : #000066;
	text-shadow: 2px 2px 2px #000;
	}

a:link	{
	text-decoration: underline;
	background-color: transparent;
	}

a:visited {
	text-decoration: underline;
	background-color: transparent;
	}

a:active {
	text-decoration: underline;
	background-color: transparent;
	}

a:hover {
	text-decoration: none;
	background-color: rgb(184,206,228);
	border-color: rgb(184,206,228);
	}

.disabled	{
	color: #777;
	}

/* Layout for Design History - v1 */

#designContainer	{
	margin: 10px;
	padding: 15px 15px 80px 15px;
	border: 1.5px solid #aaa;
	width: 1030px;
	background-color: #fff;
	}


/* Slideshow for Design History - v1 */

#designv1	{
	padding: 0;
	width: 1024px;
	height: 2837px;
	}


/* Layout for 21-6-2005 */

#container1 {
	margin: 10px auto;
	padding: 15px;
	border: 1.5px solid #aaa;
	width: 768px;
	background-color: #fff;
	}

#container2 {
	margin: 10px auto;
	padding: 15px;
	border: 1.5px solid #aaa;
	width: 450px;
	background-color: #fff;
	}

#container3 {
	margin: 10px auto;
	padding: 15px;
	border: 1.5px solid #aaa;
	width: 486px;
	background-color: #fff;
	}

#container4 {
	margin: 10px auto;
	padding: 15px;
	border: 1.5px solid #aaa;
	width: 512px;
	background-color: #fff;
	}


/* Slideshow for 21-6-2005 */

#photo1	{
	background: url(http://awarmgun.net/images/photos/create/create1.jpg) no-repeat;
	width: 768px;
	height: 576px;
	}

#photo2	{
	background: url(http://awarmgun.net/images/photos/create/create2.jpg) no-repeat;
	width: 768px;
	height: 576px;
	}

#photo3	{
	background: url(http://awarmgun.net/images/photos/create/create3.jpg) no-repeat;
	width: 450px;
	height: 600px;
	}

#photo4	{
	background: url(http://awarmgun.net/images/photos/create/create4.jpg) no-repeat;
	width: 450px;
	height: 600px;
	}

#photo5	{
	background: url(http://awarmgun.net/images/photos/create/spaceneedle1.jpg) no-repeat;
	width: 486px;
	height: 648px;
	}

#photo6	{
	background: url(http://awarmgun.net/images/photos/create/upyours.jpg) no-repeat;
	width: 512px;
	height: 384px;
	}
