body
{
background: #32343c url('Images/gradientBackground2.gif') repeat-x;
font-family: Verdana, sans-serif;
font-size: 11px;
margin: 0;
color: #f4f4f4;
}

#top
{
  background:   url('Images/topBackground.gif') repeat-x;
  height: 115px;
  width: 100%;
}

#topContent
{
  width: 890px;
  margin: 0 auto 0 auto;
  height: 118px;
  background: url('Images/star.gif') no-repeat 300px 0;
  position: relative;
}

#topContent img
{
  margin-top: 30px;
  float: left;
}

#topContent a img
{
  border: none;
}

#menu
{
  float: right;
  font-family: "Lucida sans unicode", calibri, arial, "Century Gothic";
  font-size: 1.2em;
  margin-top: 0;
}

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

#menu li
{
  display: inline;
  text-align: center;
  float: left;
}

#menu a
{
  color: #24252a;
  text-decoration: none;
  width: 91px;
  height: 22px;
  padding-top: 5px;
  display: block;
  background: url('Images/menu_button.gif') no-repeat;
  font-weight: bold;
  margin: 40px 0 0 14px;
}

#menu a:hover
{
color: #2a2b31;
background-position: 0 -27px;
}

a.contact
{
font-family: "Century Gothic";
font-size: 17px;
color: #5bdbff;
position: absolute;
left: 600px;
top: 45px;
text-decoration: none;
font-weight: bold;
}

a.contact:hover
{
color: white;
text-decoration: underline;
}

#mainContainer
{ 
  background: #2a2b31 url('Images/mainContainerBackground.gif') repeat-x;
  color: #f4f4f4;
}

#mainContainerContent
{
  width: 900px;
  margin: 0 auto 0 auto;
  padding: 10px;
}

#leftColumn
{
  width: 620px;
  float: left;
  padding-bottom: 20px;
}

#leftColumn p
{
  font-size: 1.1em;
}

#leftColumn ul
{
  font-size: 1.1em;
}

#rightColumn
{
  width: 240px;
  float: right;
  margin-right: 10px;
  font-size: 1.1em;
  background: url('Images/stars.gif') no-repeat 0 220px;
  padding-bottom: 220px;
}

#rightColumn h2
{
  font-size: 1.1em;
}

/* ;) */

#oneBigColumn
{
width: 740px;
}

#footer
{
  background: url('Images/footerBackground.gif') repeat-x;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-family: tahoma;
  font-size: 0.9em;
}


a 
{
  color: #f4f4f4;
  text-decoration: underline;
}

.cl
{
  clear: both;
}

img.about
{
  border: 3px solid #1285a8;
}

h1
{
  font-family: "Century Gothic";
  font-size: 1.8em;
}


/* to make div with single project */

.project
{
	width: 260px;
	height: 160px;
	position: relative;
	float: left;
	margin: 10px 40px 10px 0 !important;
	margin: 10px 35px 10px 0;
	border: 3px solid #52575a;
}

.project p
{
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	background: url('Images/transparency.png');
	width: 254px;
	line-height: 20px;
	padding: 0 3px;
	font-family: "Trebuchet MS", tahoma;
}

.project a
{
	float: left;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.project a:hover
{
	text-decoration: underline;
}

.project span
{
	float: right;
	font-style: italic;
	font-size: 10px;
	line-height: 20px;
}



.project a.more
{
	float: right;
}

.project a.more img
{
	border: none;
	clear: both;
	float: right;
}

.project .desc
{
	background: url('Images/transparency.png');
	position: absolute;
	bottom: 20px;
	height: 140px;
	width: 260px;
}

.desc p
{
	position: relative;
	margin: 0 4px;
	bottom: 0px;
	left: 0px;
	background: none;
	line-height: 18px;
	width: 240px;
	padding: 10px 2px;
}

/* contact form */
#contactForm
{
width: 310px;
padding-bottom: 20px;
}

#name 
{
clear: both;
width: 200px;
margin: 4px;
background: #4c5153;
border: 2px solid #56b7d3;
color: white;
font-family: tahoma;
font-size: 12px;
}

#name:focus
{
border: 2px solid #5bdbff;
}

#message
{
width: 300px;
height: 200px;
margin: 4px;
background: #4c5153;
border: 2px solid #56b7d3;
color: white;
font-family: tahoma;
font-size: 12px;
}

#message:focus
{
border: 2px solid #5bdbff;
}

#send
{
float: right;
margin-bottom: 20px;
width: 81px;
height: 24px;
background: url('Images/button.gif') no-repeat;
font-family: Tahoma;
border: none;
font-weight: bold;
clear: both;
}

#contactForm span
{
clear: both;
}
