﻿body 
{
    background-color:#778AFF;
    margin: 0px;
    padding: 0px;
}
h1
{
    color: #1133ff;
    text-align: center;
    font-size: 24pt;
    font-weight: bolder;
}
h2
{
    color: #1133ff;
    text-align: right;
    font-size: 18pt;
    font-weight: bolder;
    padding-right: 60px;
}
#wrapper 
{
    background-color:#DDE1FF;
    padding: 0px;
    margin: 0 auto;
    width: 960px;
    text-align: left;
    /* border: solid 2px black; */
}
#header
{
    width: 960px;
    height: 240px;
    color: #fff;
    border: 0px;
}
#header img
{
    border: 0px;
}
#headerlink
{
    clear: both;
    margin-top: 0px;
}
#hmenu
{
    height: 60px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
#hmenu ul
{
    height: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#hmenu ul li
{
    display:inline;
}
#hmenu ul li a
{
    border: 1px solid #1133ff;
    text-decoration: none;
    float: left;
    /* margin: 12px 0; */
    padding: 5px;
    width: 100px;
    text-align: center;
}
#hmenu a:link, #hmenu a:visited
{
    color:#fff;
    text-decoration: none;
	background-image:url(Images/link.png);
	background-repeat:repeat-x;
	background-position:center;
}
#hmenu a:hover, #hmenu a:active{
    color:#000;
    text-decoration: underline;
	background-image:url(Images/hover.png);
	background-repeat:repeat-x;
	background-position:center;
}
a, a:active, a:visited
{
    color:#001177;
    font-weight: bolder;
    text-decoration: underline;
}
a:hover
{
    color:#FE6511;
    font-weight: bolder;
    text-decoration: underline;
}
#mainarea
{    
    width: 960px;
    padding-top: 5px;
    color: #000;
    font-family: Palatino Linotype, Book Antiqua, Palatino, Serif;
    font-size: 16px;   
}
#contentarea
{
    float: left;    
    width: 665px;
    padding-left: 15px;
    padding-right: 15px;
}
#contentarea h2
{
    color: #1133ff;
    text-align: center;
    font-size: 16pt;
    font-weight: bolder;
}
#contentarea h3
{
    color: #1133ff;
    text-align: left;
    font-size: 12pt;
    font-weight: bolder;
}
#contentarea strong
{
    color: #000;
    font-size: 12pt;
    font-weight: bolder;
}
#contentarea h4
{
    color: #1133ff;
    text-align: center;
    font-size: 16pt;
    font-weight: bolder;
}
#contentarea h5
{
    color: #1133ff;
    text-align: center;
    font-size: 12pt;
    font-weight: bolder;
}
.contentimage
{
    float: right;
    width: 310px;
    padding-left: 5px;
    padding-right: 5px;
}
.contentimage img
{
    width: 300px;
    padding: 5px;
    border: solid 2px Black;
}
.contentimage h2
{
    color: #1133ff;
    padding-left: 40px;
    text-align: center;
    font-size: 16pt;
    font-weight: bolder;
}
.date
{
    font-size: 12pt;
    color: #1133ff;
}
.blogentry
{
    font-size: 11pt;
    margin: 2px;
    padding: 4px;
    background-color: #fff;
}
.blogdate
{
    font-size: 12pt;
    color: #0000cc;
}
.blogtitle
{
    font-size: 12pt;
    color: #aa009b;
}
.blogcode
{
    margin: 5px;
    padding: 5px;
    background-color: White;
    border: solid 2px black;
    font-size: 10pt;
    color: #0000cc;
    font-family: Courier New, Monospace;
}
.tutoriallist
{
    text-align: center;
}
.screenshot
{
    display: block; 
    text-align: center; 
    margin: 0px auto; 
    width: 500px; 
    height: 375px; 
    padding: 2px; 
    border: 2px solid black;
}
.imagewrap
{
    width: 240px;
    float: right;
    padding: 5px;
    border: solid 2px black;
}
#donate
{
    width: 160px;
    padding-top: 20px;
    padding-left: 60px;
}
#help
{
    width: 240px;
    padding-left: 5px;
    padding-right: 5px;
}
#sidebararea
{
    width: 245px;
    float: right;
    padding-left: 5px;
    padding-right: 10px;
}
#getadobe
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
}
#getadobe img
{
    border: 0px;
}
#sidebararea h3
{
    font-size: 16pt;
    text-align: left;
    font-weight: normal;
}
.sidedate
{
    font-size: 12pt;
    color: #0000cc;
}
#footer
{
    /* border-top: 2px solid Black;  */
    clear: both;
    width: 910px;
    height: 60px;
    color:#000;
    padding-top: 15px;
    padding-left:50px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, Serif;
    font-size: 16px;
}
#basic
{
    border-top: 2px solid Black;
    background-color: White;
    clear: both;
    width: 940px;
    padding: 10px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, Serif;
    font-size: 16pt;
}
#footer a
{
    color: #000;
    font-weight: bolder;
    text-decoration: underline;
    font-size: 16px;
}
#footer a:hover
{
    color: #fff;
    text-decoration: underline;
}
#footer p
{
/*    padding-top:5px; */
}
