@charset
"utf-8"
;
/* CSS Document */

html, body {
    margin: 0px;
    padding: 0px;
    font: 13px Arial, Helvetica, sans-serif;
}

/*html {background:url(../images/bkg-s.jpg);}*/
body {
    background: url(../images/bkg-big-2.jpg) #a25425 0px 0px;
}

a {
    color: black;
}

a:hover {
    color: #a11f8c;
}

a img {
    border: none;
}

a:hover img {
    border-bottom: 2px dotted #999999;
}

a:hover img {
    border-bottom: 2px dotted #45200f;
}

a.current {
    text-decoration: none;
    color: #a11f8c;
}

a.nounderline {
    text-decoration: none;
    color: black;
}

#content {
    position: absolute;
    display: block;
    top: 115px;
    left: 275px;
    width: 550px;
    height: 570px;
    line-height: 1.5em;
}

#content h1, #content h2, #content h3, #content h4 {
    position: relative;
    display: block;
    color: #a11f8c;
    margin-bottom: 3px;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a {
    position: relative;
    display: block;
    color: #a11f8c;
    margin-bottom: 3px;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
    position: relative;
    display: block;
    color: #a11f8c;
    margin-bottom: 3px;
    padding-left: 5px;
}

img.w255 {
    width: 255px;
    height: 5px;
    margin-bottom: 10px;
    margin-left: -5px;
}

img.w120 {
    width: 120px;
    height: 5px;
    margin-bottom: 10px;
    margin-left: -5px;
}

img.w170 {
    width: 170px;
    height: 5px;
    margin-bottom: 10px;
    margin-left: -5px;
}

#logo {
    position: absolute;
    display: block;
    top: 58px;
    left: 15px;
    width: 183px;
    height: 104px;
}

#logo a:hover img {
    border-bottom: 2px dotted #a11f8c;
}

#navigation {
    position: absolute;
    display: block;
    top: 180px;
    left: 45px;
    width: 100px;
    font-size: 16px;
}

#navigation ul, #navigation li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#pencil1 {
    position: absolute;
    display: block;
    top: 280px;
    left: 90px;
    width: 46px;
    height: 460px;
}

#pencil2 {
    position: absolute;
    display: block;
    top: 290px;
    left: 140px;
    width: 31px;
    height: 469px;
}

/* transparent png
.sticky_app {
	position:absolute;
	display:block;
	top:50px;
	left:880px;
	width:87px;
	height:96px;
}
.sticky_java {
	position:absolute;
	display:block;
	top:150px;
	left:900px;
	width:92px;
	height:93px;
}
.sticky_twitter {
	position:absolute;
	display:block;
	top:507px;
	left:857px;
	width:86px;
	height:87px;
}
*/

.sticky_app {
    position: absolute;
    display: block;
    top: 35px;
    left: 870px;
    width: 108px;
    height: 101px;
}

.sticky_java {
    position: absolute;
    display: block;
    top: 141px;
    left: 884px;
    width: 108px;
    height: 101px;
}

.sticky_twitter {
    position: absolute;
    display: block;
    top: 496px;
    left: 844px;
    width: 111px;
    height: 108px;
}

#scribble {
    position: absolute;
    display: block;
    left: 765px;
    top: 35px;
    width: 82px;
    height: 77px;
}

.myform {
    margin: 0 auto;
    width: 470px;
    padding: 8px;
}

/* ----------- stylized ----------- */
#stylized {
    border: solid 2px #b7ddf2;
    background: #ebf4fb;
}

#stylized h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

#stylized p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 10px;
}

#stylized label {
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
}

#stylized .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

#stylized input {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 260px;
    margin: 2px 0 20px 10px;
}

#stylized textarea {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 260px;
    margin: 2px 0 20px 10px;
}

#stylized button {
    clear: both;
    margin-left: 150px;
    width: 125px;
    height: 31px;
    background: #666666 url(img/button.png) no-repeat;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}

.video{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}