/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 width: 900px;
 color: #333;
/* padding: 10px;*/
/* border: 1px solid #ccc;*/
 height: 100px;
 margin: 0px 0px 0px 0px;
/* background: #BD9C8C;*/
 background-image:url('webheader.png');
}
#navigation {
 width: 900px;
 color: #333;
 padding-top: 10px;
 padding-bottom: 10px;
/* border: 1px solid #ccc;*/
 margin: 20px 0px 0px 0px;
/* background: #DAC8BF;*/
 background-image:url('navigation.png');
}
#content { 
 width: 900px;
 color: #333;
/* border: 1px solid #ccc;*/
/* background: #F2F2E6;*/
/* margin: 0px 0px 10px 0px;*/
/* padding: 10px;*/
padding-top: 30px;
/* height: 350px;*/
}
#video{
    margin-left: 170px;
}

#video p{
    margin: 10px;
}

#myGallery
{
width: 320px !important;
height: 480px !important;
}

#content-left{
    width: 370px;
    float: left;
}

#content-left p{
    margin-top: 20px;
}

#content-right{
    width: 500px;
    float: left;
}

#content-right p.desc{
    font-size: 14px;
    margin: 20px;
}

#content-right p.desc b{
    color: #0D6DB8;
}

#content-right p.icons{
    margin-left: 20px;
}

#content-right p.icons a{
    margin-right: 40px;
}

li{
    margin-left: 50px;
}
