body
{
    margin: 0px;
    padding: 0px;
    font-family: Lucida Sans, Arial, verdana, sans-serif;
}

*
{
    margin: 0px;
    padding: 0px;
}

img
{
    border: none;
}

a
{
    text-decoration: underline;
    color: #1F47D5;
}

a:hover
{
    text-decoration: none;
    background: #1F47D5;
    color: white;
}

a:active
{
	text-decoration: none;
   	background: #859CEC;
	color: black;
}

a.black
{
	color: black;
}

a.black:hover
{
	color: white;
}

a.imglnk
{
    border: none;
}
a.imglnk:hover
{
    border: none;
    background-color: transparent;
}


p.leftalign
{
	text-align: left;
}

p.rightalign
{
	text-align: right;
}

p.centeralign
{
	text-align: center;
}

h1
{
   font-size: 60px;
   color: black;
   font-weight: 100;
}

#mainwrap
{
    margin-top: 5px;
    min-width: 950px;
}

#header
{
    background: url(../img/headerback3.gif) repeat-x;
    height: 160px;
}

#headerleft
{
    float: left;
    display: inline;
    width: 700px;
}

#headerright
{
    float: right;
    display: inline;
    width: 160px; /*120 width of remote + 40px right margin*/
    height: 100%;

    /* uncomment this for hammer style */
    /*background-color: #fff;*/
}

#header1
{
    height: 80px;
}

#header2
{
    height: 80px;
}

#main1
{
    padding-bottom: 20px;
}

#main2
{
}

#left
{
    float: left;
    display: inline;
    width: 400px;
    margin-left: 20px;
}

#blogleft
{
    float: left;
    display: inline;
    width: 340px;
    margin-left: 20px;
}


#right
{
    margin-left: 420px;
    padding-right: 20px;
}

#blogright
{
    margin-left: 360px;
    padding-right: 20px;
}


#footer
{
    /*to do: try orange*/
	background-color: #F04F2A;
}

.inner
{
    margin: 0;
    padding: 20px;
}

.cleaner
{
    clear: both;
    height: 1px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

/* Rounded corners */

/* Yellow */

.rcytop div  { background: url(../img/yellow-tl.gif) no-repeat top left; }
.rcytop      { background: url(../img/yellow-tr.gif) no-repeat top right; }
.rcybot div  { background: url(../img/yellow-bl.gif) no-repeat bottom left; }
.rcybot      { background: url(../img/yellow-br.gif) no-repeat bottom right; }

.rcytop div, .rcytop, .rcybot div, .rcybot
{
	width: 100%;
	height: 13px;
	font-size: 1px;
}

/* Green */

.rcgtop div  { background: url(../img/green-tl.gif) no-repeat top left; }
.rcgtop      { background: url(../img/green-tr.gif) no-repeat top right; }
.rcgbot div  { background: url(../img/green-bl.gif) no-repeat bottom left; }
.rcgbot      { background: url(../img/green-br.gif) no-repeat bottom right; }

.rcgtop div, .rcgtop, .rcgbot div, .rcgbot
{
	width: 100%;
	height: 13px;
	font-size: 1px;
}

/* Orange */

.rcotop div  { background: url(../img/orange-tl.gif) no-repeat top left; }
.rcotop      { background: url(../img/orange-tr.gif) no-repeat top right; }
.rcobot div  { background: url(../img/orange-bl.gif) no-repeat bottom left; }
.rcobot      { background: url(../img/orange-br.gif) no-repeat bottom right; }

.rcotop div, .rcotop, .rcobot div, .rcobot
{
	width: 100%;
	height: 13px;
	font-size: 1px;
}

/* Black */

.rcbtop div  { background: url(../img/vid-tl.gif) no-repeat top left; }
.rcbtop      { background: url(../img/vid-tr.gif) no-repeat top right; }
.rcbbot div  { background: url(../img/vid-bl.gif) no-repeat bottom left; }
.rcbbot      { background: url(../img/vid-br.gif) no-repeat bottom right; }

.rcbtop div, .rcbtop, .rcbbot div, .rcbbot
{
	width: 100%;
	height: 13px;
	font-size: 1px;
}

/* Red */

.rcrtop div  { background: url(../img/rbbox-tl.gif) no-repeat top left; }
.rcrtop      { background: url(../img/rbbox-tr.gif) no-repeat top right; }
.rcrbot div  { background: url(../img/rbbox-bl.gif) no-repeat bottom left; }
.rcrbot      { background: url(../img/rbbox-br.gif) no-repeat bottom right; }

.rcrtop div, .rcrtop, .rcrbot div, .rcrbot
{
	width: 100%;
	height: 5px;
	font-size: 1px;
}


/* Light Grey */

.rclgtop div  { background: url(../img/lightgrey-tl.gif) no-repeat top left; }
.rclgtop      { background: url(../img/lightgrey-tr.gif) no-repeat top right; }
.rclgbot div  { background: url(../img/lightgrey-bl.gif) no-repeat bottom left; }
.rclgbot      { background: url(../img/lightgrey-br.gif) no-repeat bottom right; }

.rclgtop div, .rclgtop, .rclgbot div, .rclgbot
{
	width: 100%;
	height: 13px;
	font-size: 1px;
}

/* Toolbar 1 */

.rct1top div  { background: url(../img/toolbar1tl.gif) no-repeat top left; }
.rct1top      { background: url(../img/toolbar1tr.gif) no-repeat top right; }
.rct1bot div  { background: url(../img/toolbar1bl.gif) no-repeat bottom left; }
.rct1bot      { background: url(../img/toolbar1br.gif) no-repeat bottom right; }

.rct1top div, .rct1top, .rct1bot div, .rct1bot
{
	width: 100%;
	height: 5px;
	font-size: 1px;
}

#update
{
	border-color: #6e6e6e;
	padding: 15px;
	border-style: groove;
	border-width: 2px;
	margin: 20px;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-family: arial;
	background-color: #c6c6c6;
}

